#C4214B

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

Shades of Old Rose #C4214B

Tints of Old Rose #C4214B

Color information

#C4214B (or 0xC4214B) is unknown color: approx Old Rose. HEX triplet: C4, 21 and 4B. RGB value is (196,33,75). Sum of RGB (Red+Green+Blue) = 196+33+75=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C4214B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4214B is #3BDEB4. Grayscale: #565656. Windows color (decimal): -3923637 or 4923844. OLE color: 4923844.

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

Color convert

RGB1963375-
CMYK00.830.620.23
HSL344.54º71.18%44.9%-
HSV(B)344.54º83.16%76.86%-
XYZ24.5813.337.93-
YUV86.52121.5206.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 64.47%
GREEN value IS 33 (13.28% from 255) = 10.86%
BLUE value IS 75 (29.69% from 255) = 24.67%
R=64.47%
G=10.86%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196337500.830.620.23344.5471.1844.9
HexC4214B0533E17159472d
Octal304411130123762753110755
Binary11000100100001100101101010011111110101111010110011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4214B; }

 p { color: rgb(196,33,75); }

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

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

 a { background-color: rgb(196,33,75); }

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

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

 span { border-color: rgb(196,33,75); }

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