Html Css Color HEX #CC5464 Mandy

📋 copy color: '#CC5464'

red 204 ◦ green 84 ◦ blue 100

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

Shades of Mandy #CC5464

Tints of Mandy #CC5464

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.65%

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

R = 52.58%
G = 21.65%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC5464 (or 0xCC5464) is known color: Mandy. HEX triplet: CC, 54 and 64. RGB value is (204,84,100). Sum of RGB (Red+Green+Blue) = 204+84+100=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5464 is #33AB9B. Grayscale: #797979. Windows color (decimal): -3386268 or 6575308. OLE color: 6575308.

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

Color convert

RGB 204 84 100 -
CMYK 0 0.59 0.51 0.2
HSL 352º 0.54% 0.56% -
HSV(B) 352º 0.59% 0.8% -
XYZ 30.37 20.1 14.34 -
YUV 121.7 115.76 186.7 -
System Red Green Blue C M Y K H S L
Decimal 204 84 100 0 0.59 0.51 0.2 352 0.54 0.56
Hex CC 54 64 0 3B 33 14 160 36 38
Octal 314 124 144 0 73 63 24 540 66 70
Binary 11001100 1010100 1100100 0 111011 110011 10100 101100000 110110 111000

Color Harmonies of #CC5464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5464

Black with #CC5464

Text Example


Text Example

White with #CC5464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5464; }

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

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

background-color css

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

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

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

border-color css

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

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

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