#C02C4A

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

Shades of Old Rose #C02C4A

Tints of Old Rose #C02C4A

Color information

#C02C4A (or 0xC02C4A) is unknown color: approx Old Rose. HEX triplet: C0, 2C and 4A. RGB value is (192,44,74). Sum of RGB (Red+Green+Blue) = 192+44+74=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02C4A is #3FD3B5. Grayscale: #5B5B5B. Windows color (decimal): -4182966 or 4861120. OLE color: 4861120.

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

Color convert

RGB1924474-
CMYK00.770.610.25
HSL347.84º62.71%46.27%-
HSV(B)347.84º77.08%75.29%-
XYZ23.8713.57.83-
YUV91.67118.03199.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.94%
GREEN value IS 44 (17.58% from 255) = 14.19%
BLUE value IS 74 (29.30% from 255) = 23.87%
R=61.94%
G=14.19%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192447400.770.610.25347.8462.7146.27
HexC02C4A04D3D1915c3f2e
Octal30054112011575315347756
Binary1100000010110010010100100110111110111001101011100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02C4A; }

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

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

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

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

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

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

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

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