Html Css Color HEX #C22049 Old Rose

📋 copy color: '#C22049'

red 194 ◦ green 32 ◦ blue 73

#C22049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #C22049

Tints of Old Rose #C22049

RGB

 RED value IS 194 (76.17% from 255) = 64.88%

 GREEN value IS 32 (12.89% from 255) = 10.7%

 BLUE value IS 73 (28.91% from 255) = 24.41%

R = 64.88%
G = 10.7%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C22049 (or 0xC22049) is known color: Old Rose. HEX triplet: C2, 20 and 49. RGB value is (194,32,73). Sum of RGB (Red+Green+Blue) = 194+32+73=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C22049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22049 is #3DDFB6. Grayscale: #555555. Windows color (decimal): -4054967 or 4792514. OLE color: 4792514.

HSL color Cylindrical-coordinate representation of color #C22049: hue angle of 344.81º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C22049 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 32 73 -
CMYK 0 0.84 0.62 0.24
HSL 344.81º 0.72% 0.44% -
HSV(B) 344.81º 0.84% 0.76% -
XYZ 23.97 12.98 7.55 -
YUV 85.11 121.17 205.67 -
System Red Green Blue C M Y K H S L
Decimal 194 32 73 0 0.84 0.62 0.24 344.81 0.72 0.44
Hex C2 20 49 0 54 3E 18 159 48 2C
Octal 302 40 111 0 124 76 30 531 110 54
Binary 11000010 100000 1001001 0 1010100 111110 11000 101011001 1001000 101100

Color Harmonies of #C22049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22049

Black with #C22049

Text Example


Text Example

White with #C22049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22049; }

 p { color: rgb(194,32,73); }

 H1.HeaderClassName
 {
   color: #C22049;
 }
 .AnyTagClassName
 {
   color: #C22049;
 }
</style>

background-color css

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

 a { background-color: rgb(194,32,73); }

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

border-color css

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

 span { border-color: rgb(194,32,73); }

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