Html Css Color HEX #C92559 Old Rose

📋 copy color: '#C92559'

red 201 ◦ green 37 ◦ blue 89

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

Shades of Old Rose #C92559

Tints of Old Rose #C92559

RGB

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

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

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

R = 61.47%
G = 11.31%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C92559 (or 0xC92559) is known color: Old Rose. HEX triplet: C9, 25 and 59. RGB value is (201,37,89). Sum of RGB (Red+Green+Blue) = 201+37+89=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C92559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92559 is #36DAA6. Grayscale: #5B5B5B. Windows color (decimal): -3594919 or 5842377. OLE color: 5842377.

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

Color convert

RGB 201 37 89 -
CMYK 0 0.82 0.56 0.21
HSL 340.98º 0.69% 0.47% -
HSV(B) 340.98º 0.82% 0.79% -
XYZ 26.55 14.46 10.84 -
YUV 91.96 126.33 205.77 -
System Red Green Blue C M Y K H S L
Decimal 201 37 89 0 0.82 0.56 0.21 340.98 0.69 0.47
Hex C9 25 59 0 52 38 15 155 45 2F
Octal 311 45 131 0 122 70 25 525 105 57
Binary 11001001 100101 1011001 0 1010010 111000 10101 101010101 1000101 101111

Color Harmonies of #C92559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92559

Black with #C92559

Text Example


Text Example

White with #C92559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92559; }

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

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

background-color css

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

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

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

border-color css

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

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

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