Html Css Color HEX #CC5A60 Mandy

📋 copy color: '#CC5A60'

red 204 ◦ green 90 ◦ blue 96

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

Shades of Mandy #CC5A60

Tints of Mandy #CC5A60

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.08%

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

R = 52.31%
G = 23.08%
B = 24.62%

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

#CC5A60 (or 0xCC5A60) is known color: Mandy. HEX triplet: CC, 5A and 60. RGB value is (204,90,96). Sum of RGB (Red+Green+Blue) = 204+90+96=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A60 is #33A59F. Grayscale: #7C7C7C. Windows color (decimal): -3384736 or 6314700. OLE color: 6314700.

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

Color convert

RGB 204 90 96 -
CMYK 0 0.56 0.53 0.2
HSL 356.84º 0.53% 0.58% -
HSV(B) 356.84º 0.56% 0.8% -
XYZ 30.67 20.99 13.5 -
YUV 124.77 111.77 184.51 -
System Red Green Blue C M Y K H S L
Decimal 204 90 96 0 0.56 0.53 0.2 356.84 0.53 0.58
Hex CC 5A 60 0 38 35 14 165 35 3A
Octal 314 132 140 0 70 65 24 545 65 72
Binary 11001100 1011010 1100000 0 111000 110101 10100 101100101 110101 111010

Color Harmonies of #CC5A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A60

Black with #CC5A60

Text Example


Text Example

White with #CC5A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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