#C02C66

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

Shades of Old Rose #C02C66

Tints of Old Rose #C02C66

Color information

#C02C66 (or 0xC02C66) is unknown color: approx Old Rose. HEX triplet: C0, 2C and 66. RGB value is (192,44,102). Sum of RGB (Red+Green+Blue) = 192+44+102=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02C66 is #3FD399. Grayscale: #5E5E5E. Windows color (decimal): -4182938 or 6696128. OLE color: 6696128.

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

Color convert

RGB19244102-
CMYK00.770.470.25
HSL336.49º62.71%46.27%-
HSV(B)336.49º77.08%75.29%-
XYZ25.0413.9713.95-
YUV94.86132.03197.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.80%
GREEN value IS 44 (17.58% from 255) = 13.02%
BLUE value IS 102 (40.23% from 255) = 30.18%
R=56.80%
G=13.02%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924410200.770.470.25336.4962.7146.27
HexC02C6604D2F191503f2e
Octal30054146011557315207756
Binary1100000010110011001100100110110111111001101010000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02C66; }

 p { color: rgb(192,44,102); }

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

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

 a { background-color: rgb(192,44,102); }

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

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

 span { border-color: rgb(192,44,102); }

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