#C02B4A

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

Shades of Old Rose #C02B4A

Tints of Old Rose #C02B4A

Color information

#C02B4A (or 0xC02B4A) is unknown color: approx Old Rose. HEX triplet: C0, 2B and 4A. RGB value is (192,43,74). Sum of RGB (Red+Green+Blue) = 192+43+74=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02B4A is #3FD4B5. Grayscale: #5B5B5B. Windows color (decimal): -4183222 or 4860864. OLE color: 4860864.

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

Color convert

RGB1924374-
CMYK00.780.610.25
HSL347.52º63.4%46.08%-
HSV(B)347.52º77.6%75.29%-
XYZ23.8413.437.81-
YUV91.08118.36199.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 62.14%
GREEN value IS 43 (17.19% from 255) = 13.92%
BLUE value IS 74 (29.30% from 255) = 23.95%
R=62.14%
G=13.92%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192437400.780.610.25347.5263.446.08
HexC02B4A04E3D1915c3f2e
Octal30053112011675315347756
Binary1100000010101110010100100111011110111001101011100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02B4A; }

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

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

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

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

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

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

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

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