#c22847

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

Shades of Old Rose #C22847

Tints of Old Rose #C22847

Color information

#C22847 (or 0xC22847) is unknown color: approx Old Rose. HEX triplet: C2, 28 and 47. RGB value is (194,40,71). Sum of RGB (Red+Green+Blue) = 194+40+71=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C22847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22847 is #3DD7B8. Grayscale: #595959. Windows color (decimal): -4052921 or 4663490. OLE color: 4663490.

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

Color convert

RGB1944071-
CMYK00.790.630.24
HSL347.92º65.81%45.88%-
HSV(B)347.92º79.38%76.08%-
XYZ24.1413.447.28-
YUV89.58117.52202.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 63.61%
GREEN value IS 40 (16.02% from 255) = 13.11%
BLUE value IS 71 (28.12% from 255) = 23.28%
R=63.61%
G=13.11%
B=23.28%

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
Decimal194407100.790.630.24347.9265.8145.88
HexC2284704F3F1815c422e
Octal302501070117773053410256
Binary11000010101000100011101001111111111110001010111001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c22847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c22847; }

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

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

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

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

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

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

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

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