Html Css Color HEX #CC5960 Mandy

📋 copy color: '#CC5960'

red 204 ◦ green 89 ◦ blue 96

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

Shades of Mandy #CC5960

Tints of Mandy #CC5960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.68%

R = 52.44%
G = 22.88%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC5960 (or 0xCC5960) is known color: Mandy. HEX triplet: CC, 59 and 60. RGB value is (204,89,96). Sum of RGB (Red+Green+Blue) = 204+89+96=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5960 is #33A69F. Grayscale: #7C7C7C. Windows color (decimal): -3384992 or 6314444. OLE color: 6314444.

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

Color convert

RGB 204 89 96 -
CMYK 0 0.56 0.53 0.2
HSL 356.35º 0.53% 0.57% -
HSV(B) 356.35º 0.56% 0.8% -
XYZ 30.59 20.83 13.47 -
YUV 124.18 112.1 184.93 -
System Red Green Blue C M Y K H S L
Decimal 204 89 96 0 0.56 0.53 0.2 356.35 0.53 0.57
Hex CC 59 60 0 38 35 14 164 35 39
Octal 314 131 140 0 70 65 24 544 65 71
Binary 11001100 1011001 1100000 0 111000 110101 10100 101100100 110101 111001

Color Harmonies of #CC5960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5960

Black with #CC5960

Text Example


Text Example

White with #CC5960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5960; }

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

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

background-color css

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

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

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

border-color css

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

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

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