Html Css Color HEX #C9535B Mandy

📋 copy color: '#C9535B'

red 201 ◦ green 83 ◦ blue 91

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

Shades of Mandy #C9535B

Tints of Mandy #C9535B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.13%

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

R = 53.6%
G = 22.13%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9535B (or 0xC9535B) is known color: Mandy. HEX triplet: C9, 53 and 5B. RGB value is (201,83,91). Sum of RGB (Red+Green+Blue) = 201+83+91=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C9535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9535B is #36ACA4. Grayscale: #777777. Windows color (decimal): -3583141 or 5985225. OLE color: 5985225.

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

Color convert

RGB 201 83 91 -
CMYK 0 0.59 0.55 0.21
HSL 355.93º 0.52% 0.56% -
HSV(B) 355.93º 0.59% 0.79% -
XYZ 29.07 19.36 12.1 -
YUV 119.19 112.09 186.35 -
System Red Green Blue C M Y K H S L
Decimal 201 83 91 0 0.59 0.55 0.21 355.93 0.52 0.56
Hex C9 53 5B 0 3B 37 15 164 34 38
Octal 311 123 133 0 73 67 25 544 64 70
Binary 11001001 1010011 1011011 0 111011 110111 10101 101100100 110100 111000

Color Harmonies of #C9535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9535B

Black with #C9535B

Text Example


Text Example

White with #C9535B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9535B; }

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

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

background-color css

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

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

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

border-color css

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

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

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