Html Css Color HEX #C22559 Old Rose

📋 copy color: '#C22559'

red 194 ◦ green 37 ◦ blue 89

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

Shades of Old Rose #C22559

Tints of Old Rose #C22559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.56%

 BLUE value IS 89 (35.16% from 255) = 27.81%

R = 60.63%
G = 11.56%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C22559 (or 0xC22559) is known color: Old Rose. HEX triplet: C2, 25 and 59. RGB value is (194,37,89). Sum of RGB (Red+Green+Blue) = 194+37+89=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C22559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22559 is #3DDAA6. Grayscale: #595959. Windows color (decimal): -4053671 or 5842370. OLE color: 5842370.

HSL color Cylindrical-coordinate representation of color #C22559: hue angle of 340.13º degrees, saturation: 0.68, 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 #C22559 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 37 89 -
CMYK 0 0.81 0.54 0.24
HSL 340.13º 0.68% 0.45% -
HSV(B) 340.13º 0.81% 0.76% -
XYZ 24.71 13.51 10.76 -
YUV 89.87 127.51 202.27 -
System Red Green Blue C M Y K H S L
Decimal 194 37 89 0 0.81 0.54 0.24 340.13 0.68 0.45
Hex C2 25 59 0 51 36 18 154 44 2D
Octal 302 45 131 0 121 66 30 524 104 55
Binary 11000010 100101 1011001 0 1010001 110110 11000 101010100 1000100 101101

Color Harmonies of #C22559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22559

Black with #C22559

Text Example


Text Example

White with #C22559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22559; }

 p { color: rgb(194,37,89); }

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

background-color css

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

 a { background-color: rgb(194,37,89); }

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

border-color css

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

 span { border-color: rgb(194,37,89); }

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