#C2224D

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

Shades of Old Rose #C2224D

Tints of Old Rose #C2224D

Color information

#C2224D (or 0xC2224D) is unknown color: approx Old Rose. HEX triplet: C2, 22 and 4D. RGB value is (194,34,77). Sum of RGB (Red+Green+Blue) = 194+34+77=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C2224D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2224D is #3DDDB2. Grayscale: #565656. Windows color (decimal): -4054451 or 5055170. OLE color: 5055170.

HSL color Cylindrical-coordinate representation of color #C2224D: hue angle of 343.88º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2224D is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB1943477-
CMYK00.820.600.24
HSL343.88º70.18%44.71%-
HSV(B)343.88º82.47%76.08%-
XYZ24.1613.158.29-
YUV86.74122.51204.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 63.61%
GREEN value IS 34 (13.67% from 255) = 11.15%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=63.61%
G=11.15%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194347700.820.600.24343.8870.1844.71
HexC2224D0523C18158462d
Octal302421150122743053010655
Binary11000010100010100110101010010111100110001010110001000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2224D; }

 p { color: rgb(194,34,77); }

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

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

 a { background-color: rgb(194,34,77); }

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

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

 span { border-color: rgb(194,34,77); }

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