#C02F64

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

Shades of Old Rose #C02F64

Tints of Old Rose #C02F64

Color information

#C02F64 (or 0xC02F64) is unknown color: approx Old Rose. HEX triplet: C0, 2F and 64. RGB value is (192,47,100). Sum of RGB (Red+Green+Blue) = 192+47+100=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02F64 is #3FD09B. Grayscale: #606060. Windows color (decimal): -4182172 or 6565824. OLE color: 6565824.

HSL color Cylindrical-coordinate representation of color #C02F64: hue angle of 338.07º 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 #C02F64 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19247100-
CMYK00.760.480.25
HSL338.07º60.67%46.86%-
HSV(B)338.07º75.52%75.29%-
XYZ25.0514.1613.47-
YUV96.4130.04196.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.64%
GREEN value IS 47 (18.75% from 255) = 13.86%
BLUE value IS 100 (39.45% from 255) = 29.50%
R=56.64%
G=13.86%
B=29.50%

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
Decimal1924710000.760.480.25338.0760.6746.86
HexC02F6404C30191523d2f
Octal30057144011460315227557
Binary1100000010111111001000100110011000011001101010010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02F64; }

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

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

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

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

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

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

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

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