Html Css Color HEX #C9535F Mandy

📋 copy color: '#C9535F'

red 201 ◦ green 83 ◦ blue 95

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

Shades of Mandy #C9535F

Tints of Mandy #C9535F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.07%

R = 53.03%
G = 21.9%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9535F (or 0xC9535F) is known color: Mandy. HEX triplet: C9, 53 and 5F. RGB value is (201,83,95). Sum of RGB (Red+Green+Blue) = 201+83+95=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9535F is #36ACA0. Grayscale: #777777. Windows color (decimal): -3583137 or 6247369. OLE color: 6247369.

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

Color convert

RGB 201 83 95 -
CMYK 0 0.59 0.53 0.21
HSL 353.9º 0.52% 0.56% -
HSV(B) 353.9º 0.59% 0.79% -
XYZ 29.25 19.43 13.04 -
YUV 119.65 114.09 186.02 -
System Red Green Blue C M Y K H S L
Decimal 201 83 95 0 0.59 0.53 0.21 353.9 0.52 0.56
Hex C9 53 5F 0 3B 35 15 162 34 38
Octal 311 123 137 0 73 65 25 542 64 70
Binary 11001001 1010011 1011111 0 111011 110101 10101 101100010 110100 111000

Color Harmonies of #C9535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9535F

Black with #C9535F

Text Example


Text Example

White with #C9535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9535F; }

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

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

background-color css

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

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

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

border-color css

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

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

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