#C4334D

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

Shades of Old Rose #C4334D

Tints of Old Rose #C4334D

Color information

#C4334D (or 0xC4334D) is unknown color: approx Old Rose. HEX triplet: C4, 33 and 4D. RGB value is (196,51,77). Sum of RGB (Red+Green+Blue) = 196+51+77=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C4334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4334D is #3BCCB2. Grayscale: #616161. Windows color (decimal): -3919027 or 5059524. OLE color: 5059524.

HSL color Cylindrical-coordinate representation of color #C4334D: hue angle of 349.24º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4334D is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB1965177-
CMYK00.740.610.23
HSL349.24º58.7%48.43%-
HSV(B)349.24º73.98%76.86%-
XYZ25.2914.648.51-
YUV97.32116.54198.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 60.49%
GREEN value IS 51 (20.31% from 255) = 15.74%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=60.49%
G=15.74%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196517700.740.610.23349.2458.748.43
HexC4334D04A3D1715d3b30
Octal30463115011275275357360
Binary1100010011001110011010100101011110110111101011101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4334D; }

 p { color: rgb(196,51,77); }

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

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

 a { background-color: rgb(196,51,77); }

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

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

 span { border-color: rgb(196,51,77); }

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