Html Css Color HEX #C9595D Mandy

📋 copy color: '#C9595D'

red 201 ◦ green 89 ◦ blue 93

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

Shades of Mandy #C9595D

Tints of Mandy #C9595D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.24%

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

R = 52.48%
G = 23.24%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9595D (or 0xC9595D) is known color: Mandy. HEX triplet: C9, 59 and 5D. RGB value is (201,89,93). Sum of RGB (Red+Green+Blue) = 201+89+93=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C9595D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9595D is #36A6A2. Grayscale: #7B7B7B. Windows color (decimal): -3581603 or 6117833. OLE color: 6117833.

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

Color convert

RGB 201 89 93 -
CMYK 0 0.56 0.54 0.21
HSL 357.86º 0.51% 0.57% -
HSV(B) 357.86º 0.56% 0.79% -
XYZ 29.64 20.35 12.72 -
YUV 122.94 111.11 183.67 -
System Red Green Blue C M Y K H S L
Decimal 201 89 93 0 0.56 0.54 0.21 357.86 0.51 0.57
Hex C9 59 5D 0 38 36 15 166 33 39
Octal 311 131 135 0 70 66 25 546 63 71
Binary 11001001 1011001 1011101 0 111000 110110 10101 101100110 110011 111001

Color Harmonies of #C9595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9595D

Black with #C9595D

Text Example


Text Example

White with #C9595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9595D; }

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

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

background-color css

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

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

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

border-color css

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

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

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