Html Css Color HEX #C9565C Mandy

📋 copy color: '#C9565C'

red 201 ◦ green 86 ◦ blue 92

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

Shades of Mandy #C9565C

Tints of Mandy #C9565C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.27%

R = 53.03%
G = 22.69%
B = 24.27%

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

#C9565C (or 0xC9565C) is known color: Mandy. HEX triplet: C9, 56 and 5C. RGB value is (201,86,92). Sum of RGB (Red+Green+Blue) = 201+86+92=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9565C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9565C is #36A9A3. Grayscale: #797979. Windows color (decimal): -3582372 or 6051529. OLE color: 6051529.

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

Color convert

RGB 201 86 92 -
CMYK 0 0.57 0.54 0.21
HSL 356.87º 0.52% 0.56% -
HSV(B) 356.87º 0.57% 0.79% -
XYZ 29.35 19.85 12.41 -
YUV 121.07 111.6 185.01 -
System Red Green Blue C M Y K H S L
Decimal 201 86 92 0 0.57 0.54 0.21 356.87 0.52 0.56
Hex C9 56 5C 0 39 36 15 165 34 38
Octal 311 126 134 0 71 66 25 545 64 70
Binary 11001001 1010110 1011100 0 111001 110110 10101 101100101 110100 111000

Color Harmonies of #C9565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9565C

Black with #C9565C

Text Example


Text Example

White with #C9565C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9565C; }

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

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

background-color css

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

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

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

border-color css

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

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

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