#C9235C

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

Shades of Old Rose #C9235C

Tints of Old Rose #C9235C

Color information

#C9235C (or 0xC9235C) is unknown color: approx Old Rose. HEX triplet: C9, 23 and 5C. RGB value is (201,35,92). Sum of RGB (Red+Green+Blue) = 201+35+92=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C9235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9235C is #36DCA3. Grayscale: #5B5B5B. Windows color (decimal): -3595428 or 6038473. OLE color: 6038473.

HSL color Cylindrical-coordinate representation of color #C9235C: hue angle of 339.4º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9235C is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB2013592-
CMYK00.830.540.21
HSL339.4º70.34%46.27%-
HSV(B)339.4º82.59%78.82%-
XYZ26.6214.3911.5-
YUV91.13128.5206.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 61.28%
GREEN value IS 35 (14.06% from 255) = 10.67%
BLUE value IS 92 (36.33% from 255) = 28.05%
R=61.28%
G=10.67%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201359200.830.540.21339.470.3446.27
HexC9235C0533615153462e
Octal311431340123662552310656
Binary11001001100011101110001010011110110101011010100111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9235C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9235C; }

 p { color: rgb(201,35,92); }

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

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

 a { background-color: rgb(201,35,92); }

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

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

 span { border-color: rgb(201,35,92); }

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