Html Css Color HEX #C22152 Old Rose

📋 copy color: '#C22152'

red 194 ◦ green 33 ◦ blue 82

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

Shades of Old Rose #C22152

Tints of Old Rose #C22152

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.68%

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

R = 62.78%
G = 10.68%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C22152 (or 0xC22152) is known color: Old Rose. HEX triplet: C2, 21 and 52. RGB value is (194,33,82). Sum of RGB (Red+Green+Blue) = 194+33+82=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C22152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22152 is #3DDEAD. Grayscale: #565656. Windows color (decimal): -4054702 or 5382594. OLE color: 5382594.

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

Color convert

RGB 194 33 82 -
CMYK 0 0.83 0.58 0.24
HSL 341.74º 0.71% 0.45% -
HSV(B) 341.74º 0.83% 0.76% -
XYZ 24.31 13.17 9.24 -
YUV 86.73 125.34 204.52 -
System Red Green Blue C M Y K H S L
Decimal 194 33 82 0 0.83 0.58 0.24 341.74 0.71 0.45
Hex C2 21 52 0 53 3A 18 156 47 2D
Octal 302 41 122 0 123 72 30 526 107 55
Binary 11000010 100001 1010010 0 1010011 111010 11000 101010110 1000111 101101

Color Harmonies of #C22152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22152

Black with #C22152

Text Example


Text Example

White with #C22152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22152; }

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

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

background-color css

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

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

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

border-color css

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

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

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