Html Css Color HEX #C9535E Mandy

📋 copy color: '#C9535E'

red 201 ◦ green 83 ◦ blue 94

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

Shades of Mandy #C9535E

Tints of Mandy #C9535E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.87%

R = 53.17%
G = 21.96%
B = 24.87%

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

#C9535E (or 0xC9535E) is known color: Mandy. HEX triplet: C9, 53 and 5E. RGB value is (201,83,94). Sum of RGB (Red+Green+Blue) = 201+83+94=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9535E is #36ACA1. Grayscale: #777777. Windows color (decimal): -3583138 or 6181833. OLE color: 6181833.

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

Color convert

RGB 201 83 94 -
CMYK 0 0.59 0.53 0.21
HSL 354.41º 0.52% 0.56% -
HSV(B) 354.41º 0.59% 0.79% -
XYZ 29.2 19.41 12.8 -
YUV 119.54 113.59 186.11 -
System Red Green Blue C M Y K H S L
Decimal 201 83 94 0 0.59 0.53 0.21 354.41 0.52 0.56
Hex C9 53 5E 0 3B 35 15 162 34 38
Octal 311 123 136 0 73 65 25 542 64 70
Binary 11001001 1010011 1011110 0 111011 110101 10101 101100010 110100 111000

Color Harmonies of #C9535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9535E

Black with #C9535E

Text Example


Text Example

White with #C9535E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9535E; }

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

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

background-color css

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

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

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

border-color css

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

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

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