Html Css Color HEX #C9555B Mandy

📋 copy color: '#C9555B'

red 201 ◦ green 85 ◦ blue 91

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

Shades of Mandy #C9555B

Tints of Mandy #C9555B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.14%

R = 53.32%
G = 22.55%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9555B (or 0xC9555B) is known color: Mandy. HEX triplet: C9, 55 and 5B. RGB value is (201,85,91). Sum of RGB (Red+Green+Blue) = 201+85+91=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9555B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9555B is #36AAA4. Grayscale: #787878. Windows color (decimal): -3582629 or 5985737. OLE color: 5985737.

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

Color convert

RGB 201 85 91 -
CMYK 0 0.58 0.55 0.21
HSL 356.9º 0.52% 0.56% -
HSV(B) 356.9º 0.58% 0.79% -
XYZ 29.22 19.67 12.15 -
YUV 120.37 111.43 185.51 -
System Red Green Blue C M Y K H S L
Decimal 201 85 91 0 0.58 0.55 0.21 356.9 0.52 0.56
Hex C9 55 5B 0 3A 37 15 165 34 38
Octal 311 125 133 0 72 67 25 545 64 70
Binary 11001001 1010101 1011011 0 111010 110111 10101 101100101 110100 111000

Color Harmonies of #C9555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9555B

Black with #C9555B

Text Example


Text Example

White with #C9555B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9555B; }

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

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

background-color css

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

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

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

border-color css

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

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

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