Html Css Color HEX #CC5764 Mandy

📋 copy color: '#CC5764'

red 204 ◦ green 87 ◦ blue 100

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

Shades of Mandy #CC5764

Tints of Mandy #CC5764

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.25%

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

R = 52.17%
G = 22.25%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC5764 (or 0xCC5764) is known color: Mandy. HEX triplet: CC, 57 and 64. RGB value is (204,87,100). Sum of RGB (Red+Green+Blue) = 204+87+100=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5764 is #33A89B. Grayscale: #7B7B7B. Windows color (decimal): -3385500 or 6576076. OLE color: 6576076.

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

Color convert

RGB 204 87 100 -
CMYK 0 0.57 0.51 0.2
HSL 353.33º 0.53% 0.57% -
HSV(B) 353.33º 0.57% 0.8% -
XYZ 30.61 20.57 14.41 -
YUV 123.47 114.76 185.44 -
System Red Green Blue C M Y K H S L
Decimal 204 87 100 0 0.57 0.51 0.2 353.33 0.53 0.57
Hex CC 57 64 0 39 33 14 161 35 39
Octal 314 127 144 0 71 63 24 541 65 71
Binary 11001100 1010111 1100100 0 111001 110011 10100 101100001 110101 111001

Color Harmonies of #CC5764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5764

Black with #CC5764

Text Example


Text Example

White with #CC5764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5764; }

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

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

background-color css

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

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

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

border-color css

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

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

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