Html Css Color HEX #C92259 Old Rose

📋 copy color: '#C92259'

red 201 ◦ green 34 ◦ blue 89

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

Shades of Old Rose #C92259

Tints of Old Rose #C92259

RGB

 RED value IS 201 (78.91% from 255) = 62.04%

 GREEN value IS 34 (13.67% from 255) = 10.49%

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

R = 62.04%
G = 10.49%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C92259 (or 0xC92259) is known color: Old Rose. HEX triplet: C9, 22 and 59. RGB value is (201,34,89). Sum of RGB (Red+Green+Blue) = 201+34+89=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C92259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92259 is #36DDA6. Grayscale: #5A5A5A. Windows color (decimal): -3595687 or 5841609. OLE color: 5841609.

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

Color convert

RGB 201 34 89 -
CMYK 0 0.83 0.56 0.21
HSL 340.24º 0.71% 0.46% -
HSV(B) 340.24º 0.83% 0.79% -
XYZ 26.46 14.28 10.81 -
YUV 90.2 127.33 207.03 -
System Red Green Blue C M Y K H S L
Decimal 201 34 89 0 0.83 0.56 0.21 340.24 0.71 0.46
Hex C9 22 59 0 53 38 15 154 47 2E
Octal 311 42 131 0 123 70 25 524 107 56
Binary 11001001 100010 1011001 0 1010011 111000 10101 101010100 1000111 101110

Color Harmonies of #C92259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92259

Black with #C92259

Text Example


Text Example

White with #C92259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92259; }

 p { color: rgb(201,34,89); }

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

background-color css

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

 a { background-color: rgb(201,34,89); }

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

border-color css

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

 span { border-color: rgb(201,34,89); }

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