#C22848

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

Shades of Old Rose #C22848

Tints of Old Rose #C22848

Color information

#C22848 (or 0xC22848) is unknown color: approx Old Rose. HEX triplet: C2, 28 and 48. RGB value is (194,40,72). Sum of RGB (Red+Green+Blue) = 194+40+72=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C22848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22848 is #3DD7B7. Grayscale: #595959. Windows color (decimal): -4052920 or 4729026. OLE color: 4729026.

HSL color Cylindrical-coordinate representation of color #C22848: hue angle of 347.53º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22848 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB1944072-
CMYK00.790.630.24
HSL347.53º65.81%45.88%-
HSV(B)347.53º79.38%76.08%-
XYZ24.1813.457.45-
YUV89.69118.02202.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 63.40%
GREEN value IS 40 (16.02% from 255) = 13.07%
BLUE value IS 72 (28.52% from 255) = 23.53%
R=63.40%
G=13.07%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194407200.790.630.24347.5365.8145.88
HexC2284804F3F1815c422e
Octal302501100117773053410256
Binary11000010101000100100001001111111111110001010111001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22848; }

 p { color: rgb(194,40,72); }

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

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

 a { background-color: rgb(194,40,72); }

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

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

 span { border-color: rgb(194,40,72); }

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