Html Css Color HEX #C95657 Mandy

📋 copy color: '#C95657'

red 201 ◦ green 86 ◦ blue 87

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

Shades of Mandy #C95657

Tints of Mandy #C95657

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.99%

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

R = 53.74%
G = 22.99%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C95657 (or 0xC95657) is known color: Mandy. HEX triplet: C9, 56 and 57. RGB value is (201,86,87). Sum of RGB (Red+Green+Blue) = 201+86+87=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C95657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95657 is #36A9A8. Grayscale: #787878. Windows color (decimal): -3582377 or 5723849. OLE color: 5723849.

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

Color convert

RGB 201 86 87 -
CMYK 0 0.57 0.57 0.21
HSL 359.48º 0.52% 0.56% -
HSV(B) 359.48º 0.57% 0.79% -
XYZ 29.14 19.76 11.3 -
YUV 120.5 109.1 185.42 -
System Red Green Blue C M Y K H S L
Decimal 201 86 87 0 0.57 0.57 0.21 359.48 0.52 0.56
Hex C9 56 57 0 39 39 15 167 34 38
Octal 311 126 127 0 71 71 25 547 64 70
Binary 11001001 1010110 1010111 0 111001 111001 10101 101100111 110100 111000

Color Harmonies of #C95657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95657

Black with #C95657

Text Example


Text Example

White with #C95657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95657; }

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

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

background-color css

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

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

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

border-color css

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

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

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