Html Css Color HEX #C95259 Mandy

📋 copy color: '#C95259'

red 201 ◦ green 82 ◦ blue 89

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

Shades of Mandy #C95259

Tints of Mandy #C95259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.04%

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

R = 54.03%
G = 22.04%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C95259 (or 0xC95259) is known color: Mandy. HEX triplet: C9, 52 and 59. RGB value is (201,82,89). Sum of RGB (Red+Green+Blue) = 201+82+89=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C95259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95259 is #36ADA6. Grayscale: #767676. Windows color (decimal): -3583399 or 5853897. OLE color: 5853897.

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

Color convert

RGB 201 82 89 -
CMYK 0 0.59 0.56 0.21
HSL 356.47º 0.52% 0.55% -
HSV(B) 356.47º 0.59% 0.79% -
XYZ 28.91 19.17 11.63 -
YUV 118.38 111.42 186.93 -
System Red Green Blue C M Y K H S L
Decimal 201 82 89 0 0.59 0.56 0.21 356.47 0.52 0.55
Hex C9 52 59 0 3B 38 15 164 34 37
Octal 311 122 131 0 73 70 25 544 64 67
Binary 11001001 1010010 1011001 0 111011 111000 10101 101100100 110100 110111

Color Harmonies of #C95259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95259

Black with #C95259

Text Example


Text Example

White with #C95259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95259; }

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

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

background-color css

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

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

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

border-color css

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

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

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