Html Css Color HEX #CC4C56 Mandy

📋 copy color: '#CC4C56'

red 204 ◦ green 76 ◦ blue 86

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

Shades of Mandy #CC4C56

Tints of Mandy #CC4C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.5%

R = 55.74%
G = 20.77%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC4C56 (or 0xCC4C56) is known color: Mandy. HEX triplet: CC, 4C and 56. RGB value is (204,76,86). Sum of RGB (Red+Green+Blue) = 204+76+86=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4C56 is #33B3A9. Grayscale: #737373. Windows color (decimal): -3388330 or 5655756. OLE color: 5655756.

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

Color convert

RGB 204 76 86 -
CMYK 0 0.63 0.58 0.2
HSL 355.31º 0.56% 0.55% -
HSV(B) 355.31º 0.63% 0.8% -
XYZ 29.17 18.68 10.87 -
YUV 115.41 111.41 191.19 -
System Red Green Blue C M Y K H S L
Decimal 204 76 86 0 0.63 0.58 0.2 355.31 0.56 0.55
Hex CC 4C 56 0 3F 3A 14 163 38 37
Octal 314 114 126 0 77 72 24 543 70 67
Binary 11001100 1001100 1010110 0 111111 111010 10100 101100011 111000 110111

Color Harmonies of #CC4C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4C56

Black with #CC4C56

Text Example


Text Example

White with #CC4C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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