#C02766

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

Shades of Old Rose #C02766

Tints of Old Rose #C02766

Color information

#C02766 (or 0xC02766) is unknown color: approx Old Rose. HEX triplet: C0, 27 and 66. RGB value is (192,39,102). Sum of RGB (Red+Green+Blue) = 192+39+102=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C02766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02766 is #3FD899. Grayscale: #5B5B5B. Windows color (decimal): -4184218 or 6694848. OLE color: 6694848.

HSL color Cylindrical-coordinate representation of color #C02766: hue angle of 335.29º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02766 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB19239102-
CMYK00.800.470.25
HSL335.29º66.23%45.29%-
HSV(B)335.29º79.69%75.29%-
XYZ24.8613.6213.89-
YUV91.93133.69199.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.66%
GREEN value IS 39 (15.62% from 255) = 11.71%
BLUE value IS 102 (40.23% from 255) = 30.63%
R=57.66%
G=11.71%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923910200.800.470.25335.2966.2345.29
HexC027660502F1914f422d
Octal300471460120573151710255
Binary11000000100111110011001010000101111110011010011111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02766; }

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

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

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

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

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

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

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

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