#C02F63

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

Shades of Old Rose #C02F63

Tints of Old Rose #C02F63

Color information

#C02F63 (or 0xC02F63) is unknown color: approx Old Rose. HEX triplet: C0, 2F and 63. RGB value is (192,47,99). Sum of RGB (Red+Green+Blue) = 192+47+99=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02F63 is #3FD09C. Grayscale: #606060. Windows color (decimal): -4182173 or 6500288. OLE color: 6500288.

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

Color convert

RGB1924799-
CMYK00.760.480.25
HSL338.48º60.67%46.86%-
HSV(B)338.48º75.52%75.29%-
XYZ25.0114.1413.22-
YUV96.28129.54196.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.80%
GREEN value IS 47 (18.75% from 255) = 13.91%
BLUE value IS 99 (39.06% from 255) = 29.29%
R=56.80%
G=13.91%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192479900.760.480.25338.4860.6746.86
HexC02F6304C30191523d2f
Octal30057143011460315227557
Binary1100000010111111000110100110011000011001101010010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02F63; }

 p { color: rgb(192,47,99); }

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

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

 a { background-color: rgb(192,47,99); }

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

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

 span { border-color: rgb(192,47,99); }

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