Html Css Color HEX #C95557 Mandy

📋 copy color: '#C95557'

red 201 ◦ green 85 ◦ blue 87

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

Shades of Mandy #C95557

Tints of Mandy #C95557

RGB

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

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

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

R = 53.89%
G = 22.79%
B = 23.32%

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

#C95557 (or 0xC95557) is known color: Mandy. HEX triplet: C9, 55 and 57. RGB value is (201,85,87). Sum of RGB (Red+Green+Blue) = 201+85+87=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C95557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95557 is #36AAA8. Grayscale: #787878. Windows color (decimal): -3582633 or 5723593. OLE color: 5723593.

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

Color convert

RGB 201 85 87 -
CMYK 0 0.58 0.57 0.21
HSL 358.97º 0.52% 0.56% -
HSV(B) 358.97º 0.58% 0.79% -
XYZ 29.06 19.6 11.27 -
YUV 119.91 109.43 185.84 -
System Red Green Blue C M Y K H S L
Decimal 201 85 87 0 0.58 0.57 0.21 358.97 0.52 0.56
Hex C9 55 57 0 3A 39 15 167 34 38
Octal 311 125 127 0 72 71 25 547 64 70
Binary 11001001 1010101 1010111 0 111010 111001 10101 101100111 110100 111000

Color Harmonies of #C95557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95557

Black with #C95557

Text Example


Text Example

White with #C95557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95557; }

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

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

background-color css

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

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

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

border-color css

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

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

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