Html Css Color HEX #C9535D Mandy

📋 copy color: '#C9535D'

red 201 ◦ green 83 ◦ blue 93

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

Shades of Mandy #C9535D

Tints of Mandy #C9535D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.67%

R = 53.32%
G = 22.02%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9535D (or 0xC9535D) is known color: Mandy. HEX triplet: C9, 53 and 5D. RGB value is (201,83,93). Sum of RGB (Red+Green+Blue) = 201+83+93=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9535D is #36ACA2. Grayscale: #777777. Windows color (decimal): -3583139 or 6116297. OLE color: 6116297.

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

Color convert

RGB 201 83 93 -
CMYK 0 0.59 0.54 0.21
HSL 354.92º 0.52% 0.56% -
HSV(B) 354.92º 0.59% 0.79% -
XYZ 29.16 19.39 12.56 -
YUV 119.42 113.09 186.19 -
System Red Green Blue C M Y K H S L
Decimal 201 83 93 0 0.59 0.54 0.21 354.92 0.52 0.56
Hex C9 53 5D 0 3B 36 15 163 34 38
Octal 311 123 135 0 73 66 25 543 64 70
Binary 11001001 1010011 1011101 0 111011 110110 10101 101100011 110100 111000

Color Harmonies of #C9535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9535D

Black with #C9535D

Text Example


Text Example

White with #C9535D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9535D; }

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

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

background-color css

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

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

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

border-color css

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

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

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