Html Css Color HEX #C95556 Mandy

📋 copy color: '#C95556'

red 201 ◦ green 85 ◦ blue 86

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

Shades of Mandy #C95556

Tints of Mandy #C95556

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.85%

 BLUE value IS 86 (33.98% from 255) = 23.12%

R = 54.03%
G = 22.85%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C95556 (or 0xC95556) is known color: Mandy. HEX triplet: C9, 55 and 56. RGB value is (201,85,86). Sum of RGB (Red+Green+Blue) = 201+85+86=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C95556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95556 is #36AAA9. Grayscale: #777777. Windows color (decimal): -3582634 or 5658057. OLE color: 5658057.

HSL color Cylindrical-coordinate representation of color #C95556: 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.58%. Process color model (Four color, CMYK) of #C95556 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 85 86 -
CMYK 0 0.58 0.57 0.21
HSL 359.48º 0.52% 0.56% -
HSV(B) 359.48º 0.58% 0.79% -
XYZ 29.02 19.59 11.06 -
YUV 119.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 201 85 86 0 0.58 0.57 0.21 359.48 0.52 0.56
Hex C9 55 56 0 3A 39 15 167 34 38
Octal 311 125 126 0 72 71 25 547 64 70
Binary 11001001 1010101 1010110 0 111010 111001 10101 101100111 110100 111000

Color Harmonies of #C95556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95556

Black with #C95556

Text Example


Text Example

White with #C95556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95556; }

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

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

background-color css

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

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

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

border-color css

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

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

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