Html Css Color HEX #C22052 Old Rose

📋 copy color: '#C22052'

red 194 ◦ green 32 ◦ blue 82

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

Shades of Old Rose #C22052

Tints of Old Rose #C22052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.62%

R = 62.99%
G = 10.39%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C22052 (or 0xC22052) is known color: Old Rose. HEX triplet: C2, 20 and 52. RGB value is (194,32,82). Sum of RGB (Red+Green+Blue) = 194+32+82=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C22052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22052 is #3DDFAD. Grayscale: #565656. Windows color (decimal): -4054958 or 5382338. OLE color: 5382338.

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

Color convert

RGB 194 32 82 -
CMYK 0 0.84 0.58 0.24
HSL 341.48º 0.72% 0.44% -
HSV(B) 341.48º 0.84% 0.76% -
XYZ 24.29 13.11 9.23 -
YUV 86.14 125.67 204.93 -
System Red Green Blue C M Y K H S L
Decimal 194 32 82 0 0.84 0.58 0.24 341.48 0.72 0.44
Hex C2 20 52 0 54 3A 18 155 48 2C
Octal 302 40 122 0 124 72 30 525 110 54
Binary 11000010 100000 1010010 0 1010100 111010 11000 101010101 1001000 101100

Color Harmonies of #C22052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22052

Black with #C22052

Text Example


Text Example

White with #C22052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22052; }

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

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

background-color css

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

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

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

border-color css

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

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

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