Html Css Color HEX #C22151 Old Rose

📋 copy color: '#C22151'

red 194 ◦ green 33 ◦ blue 81

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

Shades of Old Rose #C22151

Tints of Old Rose #C22151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.3%

R = 62.99%
G = 10.71%
B = 26.3%

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

#C22151 (or 0xC22151) is known color: Old Rose. HEX triplet: C2, 21 and 51. RGB value is (194,33,81). Sum of RGB (Red+Green+Blue) = 194+33+81=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C22151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22151 is #3DDEAE. Grayscale: #565656. Windows color (decimal): -4054703 or 5317058. OLE color: 5317058.

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

Color convert

RGB 194 33 81 -
CMYK 0 0.83 0.58 0.24
HSL 342.11º 0.71% 0.45% -
HSV(B) 342.11º 0.83% 0.76% -
XYZ 24.28 13.15 9.04 -
YUV 86.61 124.84 204.6 -
System Red Green Blue C M Y K H S L
Decimal 194 33 81 0 0.83 0.58 0.24 342.11 0.71 0.45
Hex C2 21 51 0 53 3A 18 156 47 2D
Octal 302 41 121 0 123 72 30 526 107 55
Binary 11000010 100001 1010001 0 1010011 111010 11000 101010110 1000111 101101

Color Harmonies of #C22151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22151

Black with #C22151

Text Example


Text Example

White with #C22151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22151; }

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

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

background-color css

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

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

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

border-color css

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

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

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