Html Css Color HEX #CC5563 Mandy

📋 copy color: '#CC5563'

red 204 ◦ green 85 ◦ blue 99

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

Shades of Mandy #CC5563

Tints of Mandy #CC5563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.52%

R = 52.58%
G = 21.91%
B = 25.52%

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

#CC5563 (or 0xCC5563) is known color: Mandy. HEX triplet: CC, 55 and 63. RGB value is (204,85,99). Sum of RGB (Red+Green+Blue) = 204+85+99=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5563 is #33AA9C. Grayscale: #7A7A7A. Windows color (decimal): -3386013 or 6510028. OLE color: 6510028.

HSL color Cylindrical-coordinate representation of color #CC5563: hue angle of 352.94º 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 #CC5563 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 85 99 -
CMYK 0 0.58 0.51 0.2
HSL 352.94º 0.54% 0.57% -
HSV(B) 352.94º 0.58% 0.8% -
XYZ 30.4 20.24 14.11 -
YUV 122.18 114.92 186.36 -
System Red Green Blue C M Y K H S L
Decimal 204 85 99 0 0.58 0.51 0.2 352.94 0.54 0.57
Hex CC 55 63 0 3A 33 14 161 36 39
Octal 314 125 143 0 72 63 24 541 66 71
Binary 11001100 1010101 1100011 0 111010 110011 10100 101100001 110110 111001

Color Harmonies of #CC5563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5563

Black with #CC5563

Text Example


Text Example

White with #CC5563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5563; }

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

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

background-color css

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

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

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

border-color css

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

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

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