Html Css Color HEX #CC5963 Mandy

📋 copy color: '#CC5963'

red 204 ◦ green 89 ◦ blue 99

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

Shades of Mandy #CC5963

Tints of Mandy #CC5963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.7%

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

R = 52.04%
G = 22.7%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC5963 (or 0xCC5963) is known color: Mandy. HEX triplet: CC, 59 and 63. RGB value is (204,89,99). Sum of RGB (Red+Green+Blue) = 204+89+99=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5963 is #33A69C. Grayscale: #7C7C7C. Windows color (decimal): -3384989 or 6511052. OLE color: 6511052.

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

Color convert

RGB 204 89 99 -
CMYK 0 0.56 0.51 0.2
HSL 354.78º 0.53% 0.57% -
HSV(B) 354.78º 0.56% 0.8% -
XYZ 30.73 20.88 14.22 -
YUV 124.53 113.6 184.69 -
System Red Green Blue C M Y K H S L
Decimal 204 89 99 0 0.56 0.51 0.2 354.78 0.53 0.57
Hex CC 59 63 0 38 33 14 163 35 39
Octal 314 131 143 0 70 63 24 543 65 71
Binary 11001100 1011001 1100011 0 111000 110011 10100 101100011 110101 111001

Color Harmonies of #CC5963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5963

Black with #CC5963

Text Example


Text Example

White with #CC5963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5963; }

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

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

background-color css

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

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

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

border-color css

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

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

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