Html Css Color HEX #CC4C60 Mandy

📋 copy color: '#CC4C60'

red 204 ◦ green 76 ◦ blue 96

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

Shades of Mandy #CC4C60

Tints of Mandy #CC4C60

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.21%

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

R = 54.26%
G = 20.21%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC4C60 (or 0xCC4C60) is known color: Mandy. HEX triplet: CC, 4C and 60. RGB value is (204,76,96). Sum of RGB (Red+Green+Blue) = 204+76+96=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4C60 is #33B39F. Grayscale: #747474. Windows color (decimal): -3388320 or 6311116. OLE color: 6311116.

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

Color convert

RGB 204 76 96 -
CMYK 0 0.63 0.53 0.2
HSL 350.63º 0.56% 0.55% -
HSV(B) 350.63º 0.63% 0.8% -
XYZ 29.6 18.85 13.14 -
YUV 116.55 116.41 190.37 -
System Red Green Blue C M Y K H S L
Decimal 204 76 96 0 0.63 0.53 0.2 350.63 0.56 0.55
Hex CC 4C 60 0 3F 35 14 15F 38 37
Octal 314 114 140 0 77 65 24 537 70 67
Binary 11001100 1001100 1100000 0 111111 110101 10100 101011111 111000 110111

Color Harmonies of #CC4C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4C60

Black with #CC4C60

Text Example


Text Example

White with #CC4C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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