Html Css Color HEX #C9565A Mandy

📋 copy color: '#C9565A'

red 201 ◦ green 86 ◦ blue 90

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

Shades of Mandy #C9565A

Tints of Mandy #C9565A

RGB

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

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

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

R = 53.32%
G = 22.81%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9565A (or 0xC9565A) is known color: Mandy. HEX triplet: C9, 56 and 5A. RGB value is (201,86,90). Sum of RGB (Red+Green+Blue) = 201+86+90=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9565A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9565A is #36A9A5. Grayscale: #787878. Windows color (decimal): -3582374 or 5920457. OLE color: 5920457.

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

Color convert

RGB 201 86 90 -
CMYK 0 0.57 0.55 0.21
HSL 357.91º 0.52% 0.56% -
HSV(B) 357.91º 0.57% 0.79% -
XYZ 29.26 19.81 11.95 -
YUV 120.84 110.6 185.17 -
System Red Green Blue C M Y K H S L
Decimal 201 86 90 0 0.57 0.55 0.21 357.91 0.52 0.56
Hex C9 56 5A 0 39 37 15 166 34 38
Octal 311 126 132 0 71 67 25 546 64 70
Binary 11001001 1010110 1011010 0 111001 110111 10101 101100110 110100 111000

Color Harmonies of #C9565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9565A

Black with #C9565A

Text Example


Text Example

White with #C9565A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9565A; }

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

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

background-color css

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

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

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

border-color css

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

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

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