Html Css Color HEX #C9535A Mandy

📋 copy color: '#C9535A'

red 201 ◦ green 83 ◦ blue 90

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

Shades of Mandy #C9535A

Tints of Mandy #C9535A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.06%

R = 53.74%
G = 22.19%
B = 24.06%

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

#C9535A (or 0xC9535A) is known color: Mandy. HEX triplet: C9, 53 and 5A. RGB value is (201,83,90). Sum of RGB (Red+Green+Blue) = 201+83+90=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C9535A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9535A is #36ACA5. Grayscale: #777777. Windows color (decimal): -3583142 or 5919689. OLE color: 5919689.

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

Color convert

RGB 201 83 90 -
CMYK 0 0.59 0.55 0.21
HSL 356.44º 0.52% 0.56% -
HSV(B) 356.44º 0.59% 0.79% -
XYZ 29.03 19.34 11.88 -
YUV 119.08 111.59 186.43 -
System Red Green Blue C M Y K H S L
Decimal 201 83 90 0 0.59 0.55 0.21 356.44 0.52 0.56
Hex C9 53 5A 0 3B 37 15 164 34 38
Octal 311 123 132 0 73 67 25 544 64 70
Binary 11001001 1010011 1011010 0 111011 110111 10101 101100100 110100 111000

Color Harmonies of #C9535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9535A

Black with #C9535A

Text Example


Text Example

White with #C9535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9535A; }

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

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

background-color css

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

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

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

border-color css

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

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

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