Html Css Color HEX #C22062 Old Rose

📋 copy color: '#C22062'

red 194 ◦ green 32 ◦ blue 98

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

Shades of Old Rose #C22062

Tints of Old Rose #C22062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.25%

R = 59.88%
G = 9.88%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C22062 (or 0xC22062) is known color: Old Rose. HEX triplet: C2, 20 and 62. RGB value is (194,32,98). Sum of RGB (Red+Green+Blue) = 194+32+98=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C22062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22062 is #3DDF9D. Grayscale: #575757. Windows color (decimal): -4054942 or 6430914. OLE color: 6430914.

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

Color convert

RGB 194 32 98 -
CMYK 0 0.84 0.49 0.24
HSL 335.56º 0.72% 0.44% -
HSV(B) 335.56º 0.84% 0.76% -
XYZ 24.97 13.38 12.82 -
YUV 87.96 133.67 203.63 -
System Red Green Blue C M Y K H S L
Decimal 194 32 98 0 0.84 0.49 0.24 335.56 0.72 0.44
Hex C2 20 62 0 54 31 18 150 48 2C
Octal 302 40 142 0 124 61 30 520 110 54
Binary 11000010 100000 1100010 0 1010100 110001 11000 101010000 1001000 101100

Color Harmonies of #C22062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22062

Black with #C22062

Text Example


Text Example

White with #C22062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22062; }

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

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

background-color css

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

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

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

border-color css

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

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

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