#C02961

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

Shades of Old Rose #C02961

Tints of Old Rose #C02961

Color information

#C02961 (or 0xC02961) is unknown color: approx Old Rose. HEX triplet: C0, 29 and 61. RGB value is (192,41,97). Sum of RGB (Red+Green+Blue) = 192+41+97=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C02961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02961 is #3FD69E. Grayscale: #5C5C5C. Windows color (decimal): -4183711 or 6367680. OLE color: 6367680.

HSL color Cylindrical-coordinate representation of color #C02961: hue angle of 337.75º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02961 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB1924197-
CMYK00.790.490.25
HSL337.75º64.81%45.69%-
HSV(B)337.75º78.65%75.29%-
XYZ24.6913.6612.64-
YUV92.53130.53198.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.18%
GREEN value IS 41 (16.41% from 255) = 12.42%
BLUE value IS 97 (38.28% from 255) = 29.39%
R=58.18%
G=12.42%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192419700.790.490.25337.7564.8145.69
HexC0296104F3119152412e
Octal300511410117613152210156
Binary11000000101001110000101001111110001110011010100101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02961; }

 p { color: rgb(192,41,97); }

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

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

 a { background-color: rgb(192,41,97); }

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

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

 span { border-color: rgb(192,41,97); }

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