Html Css Color HEX #C22855 Old Rose

📋 copy color: '#C22855'

red 194 ◦ green 40 ◦ blue 85

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

Shades of Old Rose #C22855

Tints of Old Rose #C22855

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.54%

 BLUE value IS 85 (33.59% from 255) = 26.65%

R = 60.82%
G = 12.54%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C22855 (or 0xC22855) is known color: Old Rose. HEX triplet: C2, 28 and 55. RGB value is (194,40,85). Sum of RGB (Red+Green+Blue) = 194+40+85=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C22855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22855 is #3DD7AA. Grayscale: #5B5B5B. Windows color (decimal): -4052907 or 5580994. OLE color: 5580994.

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

Color convert

RGB 194 40 85 -
CMYK 0 0.79 0.56 0.24
HSL 342.47º 0.66% 0.46% -
HSV(B) 342.47º 0.79% 0.76% -
XYZ 24.65 13.64 9.93 -
YUV 91.18 124.52 201.34 -
System Red Green Blue C M Y K H S L
Decimal 194 40 85 0 0.79 0.56 0.24 342.47 0.66 0.46
Hex C2 28 55 0 4F 38 18 156 42 2E
Octal 302 50 125 0 117 70 30 526 102 56
Binary 11000010 101000 1010101 0 1001111 111000 11000 101010110 1000010 101110

Color Harmonies of #C22855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22855

Black with #C22855

Text Example


Text Example

White with #C22855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22855; }

 p { color: rgb(194,40,85); }

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

background-color css

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

 a { background-color: rgb(194,40,85); }

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

border-color css

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

 span { border-color: rgb(194,40,85); }

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