#C9364C

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

Shades of Old Rose #C9364C

Tints of Old Rose #C9364C

Color information

#C9364C (or 0xC9364C) is unknown color: approx Old Rose. HEX triplet: C9, 36 and 4C. RGB value is (201,54,76). Sum of RGB (Red+Green+Blue) = 201+54+76=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9364C is #36C9B3. Grayscale: #646464. Windows color (decimal): -3590580 or 4994761. OLE color: 4994761.

HSL color Cylindrical-coordinate representation of color #C9364C: hue angle of 351.02º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9364C is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB2015476-
CMYK00.730.620.21
HSL351.02º57.65%50%-
HSV(B)351.02º73.13%78.82%-
XYZ26.7115.588.44-
YUV100.46114.2199.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 60.73%
GREEN value IS 54 (21.48% from 255) = 16.31%
BLUE value IS 76 (30.08% from 255) = 22.96%
R=60.73%
G=16.31%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201547600.730.620.21351.0257.6550
HexC9364C0493E1515f3a32
Octal31166114011176255377262
Binary1100100111011010011000100100111111010101101011111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9364C; }

 p { color: rgb(201,54,76); }

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

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

 a { background-color: rgb(201,54,76); }

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

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

 span { border-color: rgb(201,54,76); }

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