Html Css Color HEX #C22659 Old Rose

📋 copy color: '#C22659'

red 194 ◦ green 38 ◦ blue 89

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

Shades of Old Rose #C22659

Tints of Old Rose #C22659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.84%

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

R = 60.44%
G = 11.84%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C22659 (or 0xC22659) is known color: Old Rose. HEX triplet: C2, 26 and 59. RGB value is (194,38,89). Sum of RGB (Red+Green+Blue) = 194+38+89=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C22659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22659 is #3DD9A6. Grayscale: #5A5A5A. Windows color (decimal): -4053415 or 5842626. OLE color: 5842626.

HSL color Cylindrical-coordinate representation of color #C22659: hue angle of 340.38º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22659 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 38 89 -
CMYK 0 0.80 0.54 0.24
HSL 340.38º 0.67% 0.45% -
HSV(B) 340.38º 0.8% 0.76% -
XYZ 24.74 13.58 10.77 -
YUV 90.46 127.18 201.85 -
System Red Green Blue C M Y K H S L
Decimal 194 38 89 0 0.80 0.54 0.24 340.38 0.67 0.45
Hex C2 26 59 0 50 36 18 154 43 2D
Octal 302 46 131 0 120 66 30 524 103 55
Binary 11000010 100110 1011001 0 1010000 110110 11000 101010100 1000011 101101

Color Harmonies of #C22659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22659

Black with #C22659

Text Example


Text Example

White with #C22659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22659; }

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

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

background-color css

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

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

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

border-color css

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

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

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