Html Css Color HEX #C22D56 Old Rose

📋 copy color: '#C22D56'

red 194 ◦ green 45 ◦ blue 86

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

Shades of Old Rose #C22D56

Tints of Old Rose #C22D56

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.85%

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

R = 59.69%
G = 13.85%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C22D56 (or 0xC22D56) is known color: Old Rose. HEX triplet: C2, 2D and 56. RGB value is (194,45,86). Sum of RGB (Red+Green+Blue) = 194+45+86=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22D56 is #3DD2A9. Grayscale: #5E5E5E. Windows color (decimal): -4051626 or 5647810. OLE color: 5647810.

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

Color convert

RGB 194 45 86 -
CMYK 0 0.77 0.56 0.24
HSL 343.49º 0.62% 0.47% -
HSV(B) 343.49º 0.77% 0.76% -
XYZ 24.87 14.02 10.2 -
YUV 94.23 123.36 199.17 -
System Red Green Blue C M Y K H S L
Decimal 194 45 86 0 0.77 0.56 0.24 343.49 0.62 0.47
Hex C2 2D 56 0 4D 38 18 157 3E 2F
Octal 302 55 126 0 115 70 30 527 76 57
Binary 11000010 101101 1010110 0 1001101 111000 11000 101010111 111110 101111

Color Harmonies of #C22D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22D56

Black with #C22D56

Text Example


Text Example

White with #C22D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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