Html Css Color HEX #C22853 Old Rose

📋 copy color: '#C22853'

red 194 ◦ green 40 ◦ blue 83

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

Shades of Old Rose #C22853

Tints of Old Rose #C22853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.18%

R = 61.2%
G = 12.62%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C22853 (or 0xC22853) is known color: Old Rose. HEX triplet: C2, 28 and 53. RGB value is (194,40,83). Sum of RGB (Red+Green+Blue) = 194+40+83=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C22853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22853 is #3DD7AC. Grayscale: #5A5A5A. Windows color (decimal): -4052909 or 5449922. OLE color: 5449922.

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

Color convert

RGB 194 40 83 -
CMYK 0 0.79 0.57 0.24
HSL 343.25º 0.66% 0.46% -
HSV(B) 343.25º 0.79% 0.76% -
XYZ 24.57 13.61 9.52 -
YUV 90.95 123.52 201.5 -
System Red Green Blue C M Y K H S L
Decimal 194 40 83 0 0.79 0.57 0.24 343.25 0.66 0.46
Hex C2 28 53 0 4F 39 18 157 42 2E
Octal 302 50 123 0 117 71 30 527 102 56
Binary 11000010 101000 1010011 0 1001111 111001 11000 101010111 1000010 101110

Color Harmonies of #C22853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22853

Black with #C22853

Text Example


Text Example

White with #C22853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22853; }

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

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

background-color css

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

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

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

border-color css

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

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

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