Html Css Color HEX #C22E56 Old Rose

📋 copy color: '#C22E56'

red 194 ◦ green 46 ◦ blue 86

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

Shades of Old Rose #C22E56

Tints of Old Rose #C22E56

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.11%

 BLUE value IS 86 (33.98% from 255) = 26.38%

R = 59.51%
G = 14.11%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C22E56 (or 0xC22E56) is known color: Old Rose. HEX triplet: C2, 2E and 56. RGB value is (194,46,86). Sum of RGB (Red+Green+Blue) = 194+46+86=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C22E56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22E56 is #3DD1A9. Grayscale: #5E5E5E. Windows color (decimal): -4051370 or 5648066. OLE color: 5648066.

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

Color convert

RGB 194 46 86 -
CMYK 0 0.76 0.56 0.24
HSL 343.78º 0.62% 0.47% -
HSV(B) 343.78º 0.76% 0.76% -
XYZ 24.9 14.1 10.21 -
YUV 94.81 123.03 198.75 -
System Red Green Blue C M Y K H S L
Decimal 194 46 86 0 0.76 0.56 0.24 343.78 0.62 0.47
Hex C2 2E 56 0 4C 38 18 158 3E 2F
Octal 302 56 126 0 114 70 30 530 76 57
Binary 11000010 101110 1010110 0 1001100 111000 11000 101011000 111110 101111

Color Harmonies of #C22E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22E56

Black with #C22E56

Text Example


Text Example

White with #C22E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22E56; }

 p { color: rgb(194,46,86); }

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

background-color css

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

 a { background-color: rgb(194,46,86); }

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

border-color css

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

 span { border-color: rgb(194,46,86); }

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