Html Css Color HEX #CC5463 Mandy

📋 copy color: '#CC5463'

red 204 ◦ green 84 ◦ blue 99

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

Shades of Mandy #CC5463

Tints of Mandy #CC5463

RGB

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

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

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

R = 52.71%
G = 21.71%
B = 25.58%

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

#CC5463 (or 0xCC5463) is known color: Mandy. HEX triplet: CC, 54 and 63. RGB value is (204,84,99). Sum of RGB (Red+Green+Blue) = 204+84+99=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5463 is #33AB9C. Grayscale: #797979. Windows color (decimal): -3386269 or 6509772. OLE color: 6509772.

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

Color convert

RGB 204 84 99 -
CMYK 0 0.59 0.51 0.2
HSL 352.5º 0.54% 0.56% -
HSV(B) 352.5º 0.59% 0.8% -
XYZ 30.32 20.08 14.08 -
YUV 121.59 115.26 186.78 -
System Red Green Blue C M Y K H S L
Decimal 204 84 99 0 0.59 0.51 0.2 352.5 0.54 0.56
Hex CC 54 63 0 3B 33 14 160 36 38
Octal 314 124 143 0 73 63 24 540 66 70
Binary 11001100 1010100 1100011 0 111011 110011 10100 101100000 110110 111000

Color Harmonies of #CC5463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5463

Black with #CC5463

Text Example


Text Example

White with #CC5463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5463; }

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

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

background-color css

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

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

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

border-color css

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

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

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