Html Css Color HEX #C95257 Mandy

📋 copy color: '#C95257'

red 201 ◦ green 82 ◦ blue 87

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

Shades of Mandy #C95257

Tints of Mandy #C95257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.51%

R = 54.32%
G = 22.16%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C95257 (or 0xC95257) is known color: Mandy. HEX triplet: C9, 52 and 57. RGB value is (201,82,87). Sum of RGB (Red+Green+Blue) = 201+82+87=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C95257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95257 is #36ADA8. Grayscale: #767676. Windows color (decimal): -3583401 or 5722825. OLE color: 5722825.

HSL color Cylindrical-coordinate representation of color #C95257: hue angle of 357.48º 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 #C95257 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 82 87 -
CMYK 0 0.59 0.57 0.21
HSL 357.48º 0.52% 0.55% -
HSV(B) 357.48º 0.59% 0.79% -
XYZ 28.82 19.14 11.19 -
YUV 118.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 201 82 87 0 0.59 0.57 0.21 357.48 0.52 0.55
Hex C9 52 57 0 3B 39 15 165 34 37
Octal 311 122 127 0 73 71 25 545 64 67
Binary 11001001 1010010 1010111 0 111011 111001 10101 101100101 110100 110111

Color Harmonies of #C95257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95257

Black with #C95257

Text Example


Text Example

White with #C95257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95257; }

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

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

background-color css

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

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

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

border-color css

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

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

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