#c3214d

Color #C3214D Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #C3214D

Tints of Old Rose #C3214D

Color information

#C3214D (or 0xC3214D) is unknown color: approx Old Rose. HEX triplet: C3, 21 and 4D. RGB value is (195,33,77). Sum of RGB (Red+Green+Blue) = 195+33+77=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C3214D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3214D is #3CDEB2. Grayscale: #565656. Windows color (decimal): -3989171 or 5054915. OLE color: 5054915.

HSL color Cylindrical-coordinate representation of color #C3214D: hue angle of 343.7º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3214D is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB1953377-
CMYK00.830.610.24
HSL343.7º71.05%44.71%-
HSV(B)343.7º83.08%76.47%-
XYZ24.3913.238.29-
YUV86.45122.67205.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 63.93%
GREEN value IS 33 (13.28% from 255) = 10.82%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=63.93%
G=10.82%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195337700.830.610.24343.771.0544.71
HexC3214D0533D18158472d
Octal303411150123753053010755
Binary11000011100001100110101010011111101110001010110001000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3214d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3214d; }

 p { color: rgb(195,33,77); }

 H1.HeaderClassName
 {
   color: #c3214d;
 }
 .AnyTagClassName
 {
   color: #c3214d;
 }
</style>
background-color css

<style>
 a { background-color: #c3214d; }

 a { background-color: rgb(195,33,77); }

 div.DivClassName
 {
   background-color: #c3214d;
 }
 .BgClassName
 {
   background-color: #c3214d;
 }
</style>
border-color css

<style>
 span { border-color: #c3214d; }

 span { border-color: rgb(195,33,77); }

 td.TdClassName
 {
   border-color: #c3214d;
 }
 .TagClassName
 {
   border-color: #c3214d;
 }
</style>