#c4214e

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

Shades of Old Rose #C4214E

Tints of Old Rose #C4214E

Color information

#C4214E (or 0xC4214E) is unknown color: approx Old Rose. HEX triplet: C4, 21 and 4E. RGB value is (196,33,78). Sum of RGB (Red+Green+Blue) = 196+33+78=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C4214E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4214E is #3BDEB1. Grayscale: #565656. Windows color (decimal): -3923634 or 5120452. OLE color: 5120452.

HSL color Cylindrical-coordinate representation of color #C4214E: hue angle of 343.44º 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 #C4214E is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB1963378-
CMYK00.830.600.23
HSL343.44º71.18%44.9%-
HSV(B)343.44º83.16%76.86%-
XYZ24.6813.378.49-
YUV86.87123205.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 63.84%
GREEN value IS 33 (13.28% from 255) = 10.75%
BLUE value IS 78 (30.86% from 255) = 25.41%
R=63.84%
G=10.75%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196337800.830.600.23343.4471.1844.9
HexC4214E0533C17157472d
Octal304411160123742752710755
Binary11000100100001100111001010011111100101111010101111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4214e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4214e; }

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

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

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

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

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

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

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

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