Html Css Color HEX #CC5564 Mandy

📋 copy color: '#CC5564'

red 204 ◦ green 85 ◦ blue 100

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

Shades of Mandy #CC5564

Tints of Mandy #CC5564

RGB

 RED value IS 204 (80.08% from 255) = 52.44%

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

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

R = 52.44%
G = 21.85%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC5564 (or 0xCC5564) is known color: Mandy. HEX triplet: CC, 55 and 64. RGB value is (204,85,100). Sum of RGB (Red+Green+Blue) = 204+85+100=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5564 is #33AA9B. Grayscale: #7A7A7A. Windows color (decimal): -3386012 or 6575564. OLE color: 6575564.

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

Color convert

RGB 204 85 100 -
CMYK 0 0.58 0.51 0.2
HSL 352.44º 0.54% 0.57% -
HSV(B) 352.44º 0.58% 0.8% -
XYZ 30.45 20.25 14.36 -
YUV 122.29 115.42 186.28 -
System Red Green Blue C M Y K H S L
Decimal 204 85 100 0 0.58 0.51 0.2 352.44 0.54 0.57
Hex CC 55 64 0 3A 33 14 160 36 39
Octal 314 125 144 0 72 63 24 540 66 71
Binary 11001100 1010101 1100100 0 111010 110011 10100 101100000 110110 111001

Color Harmonies of #CC5564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5564

Black with #CC5564

Text Example


Text Example

White with #CC5564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5564; }

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

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

background-color css

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

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

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

border-color css

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

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

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