#C02F48

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

Shades of Old Rose #C02F48

Tints of Old Rose #C02F48

Color information

#C02F48 (or 0xC02F48) is unknown color: approx Old Rose. HEX triplet: C0, 2F and 48. RGB value is (192,47,72). Sum of RGB (Red+Green+Blue) = 192+47+72=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02F48 is #3FD0B7. Grayscale: #5D5D5D. Windows color (decimal): -4182200 or 4730816. OLE color: 4730816.

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

Color convert

RGB1924772-
CMYK00.760.630.25
HSL349.66º60.67%46.86%-
HSV(B)349.66º75.52%75.29%-
XYZ23.9213.717.52-
YUV93.2116.04198.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.74%
GREEN value IS 47 (18.75% from 255) = 15.11%
BLUE value IS 72 (28.52% from 255) = 23.15%
R=61.74%
G=15.11%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192477200.760.630.25349.6660.6746.86
HexC02F4804C3F1915e3d2f
Octal30057110011477315367557
Binary1100000010111110010000100110011111111001101011110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02F48; }

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

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

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

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

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

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

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

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