Html Css Color HEX #C95564 Mandy

📋 copy color: '#C95564'

red 201 ◦ green 85 ◦ blue 100

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

Shades of Mandy #C95564

Tints of Mandy #C95564

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.02%

 BLUE value IS 100 (39.45% from 255) = 25.91%

R = 52.07%
G = 22.02%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C95564 (or 0xC95564) is known color: Mandy. HEX triplet: C9, 55 and 64. RGB value is (201,85,100). Sum of RGB (Red+Green+Blue) = 201+85+100=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C95564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95564 is #36AA9B. Grayscale: #797979. Windows color (decimal): -3582620 or 6575561. OLE color: 6575561.

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

Color convert

RGB 201 85 100 -
CMYK 0 0.58 0.50 0.21
HSL 352.24º 0.52% 0.56% -
HSV(B) 352.24º 0.58% 0.79% -
XYZ 29.64 19.83 14.32 -
YUV 121.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 201 85 100 0 0.58 0.50 0.21 352.24 0.52 0.56
Hex C9 55 64 0 3A 32 15 160 34 38
Octal 311 125 144 0 72 62 25 540 64 70
Binary 11001001 1010101 1100100 0 111010 110010 10101 101100000 110100 111000

Color Harmonies of #C95564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95564

Black with #C95564

Text Example


Text Example

White with #C95564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95564; }

 p { color: rgb(201,85,100); }

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

background-color css

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

 a { background-color: rgb(201,85,100); }

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

border-color css

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

 span { border-color: rgb(201,85,100); }

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