Html Css Color HEX #C9565D Mandy

📋 copy color: '#C9565D'

red 201 ◦ green 86 ◦ blue 93

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

Shades of Mandy #C9565D

Tints of Mandy #C9565D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.63%

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

R = 52.89%
G = 22.63%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9565D (or 0xC9565D) is known color: Mandy. HEX triplet: C9, 56 and 5D. RGB value is (201,86,93). Sum of RGB (Red+Green+Blue) = 201+86+93=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C9565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9565D is #36A9A2. Grayscale: #797979. Windows color (decimal): -3582371 or 6117065. OLE color: 6117065.

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

Color convert

RGB 201 86 93 -
CMYK 0 0.57 0.54 0.21
HSL 356.35º 0.52% 0.56% -
HSV(B) 356.35º 0.57% 0.79% -
XYZ 29.39 19.86 12.64 -
YUV 121.18 112.1 184.93 -
System Red Green Blue C M Y K H S L
Decimal 201 86 93 0 0.57 0.54 0.21 356.35 0.52 0.56
Hex C9 56 5D 0 39 36 15 164 34 38
Octal 311 126 135 0 71 66 25 544 64 70
Binary 11001001 1010110 1011101 0 111001 110110 10101 101100100 110100 111000

Color Harmonies of #C9565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9565D

Black with #C9565D

Text Example


Text Example

White with #C9565D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9565D; }

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

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

background-color css

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

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

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

border-color css

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

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

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