Html Css Color HEX #C22450 Old Rose

📋 copy color: '#C22450'

red 194 ◦ green 36 ◦ blue 80

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

Shades of Old Rose #C22450

Tints of Old Rose #C22450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.61%

 BLUE value IS 80 (31.64% from 255) = 25.81%

R = 62.58%
G = 11.61%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C22450 (or 0xC22450) is known color: Old Rose. HEX triplet: C2, 24 and 50. RGB value is (194,36,80). Sum of RGB (Red+Green+Blue) = 194+36+80=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C22450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22450 is #3DDBAF. Grayscale: #585858. Windows color (decimal): -4053936 or 5252290. OLE color: 5252290.

HSL color Cylindrical-coordinate representation of color #C22450: hue angle of 343.29º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22450 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 36 80 -
CMYK 0 0.81 0.59 0.24
HSL 343.29º 0.69% 0.45% -
HSV(B) 343.29º 0.81% 0.76% -
XYZ 24.33 13.31 8.88 -
YUV 88.26 123.35 203.42 -
System Red Green Blue C M Y K H S L
Decimal 194 36 80 0 0.81 0.59 0.24 343.29 0.69 0.45
Hex C2 24 50 0 51 3B 18 157 45 2D
Octal 302 44 120 0 121 73 30 527 105 55
Binary 11000010 100100 1010000 0 1010001 111011 11000 101010111 1000101 101101

Color Harmonies of #C22450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22450

Black with #C22450

Text Example


Text Example

White with #C22450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22450; }

 p { color: rgb(194,36,80); }

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

background-color css

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

 a { background-color: rgb(194,36,80); }

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

border-color css

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

 span { border-color: rgb(194,36,80); }

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