Html Css Color HEX #CC4756 Mandy

📋 copy color: '#CC4756'

red 204 ◦ green 71 ◦ blue 86

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

Shades of Mandy #CC4756

Tints of Mandy #CC4756

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.67%

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

R = 56.51%
G = 19.67%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC4756 (or 0xCC4756) is known color: Mandy. HEX triplet: CC, 47 and 56. RGB value is (204,71,86). Sum of RGB (Red+Green+Blue) = 204+71+86=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4756 is #33B8A9. Grayscale: #707070. Windows color (decimal): -3389610 or 5654476. OLE color: 5654476.

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

Color convert

RGB 204 71 86 -
CMYK 0 0.65 0.58 0.2
HSL 353.23º 0.57% 0.54% -
HSV(B) 353.23º 0.65% 0.8% -
XYZ 28.83 18.02 10.76 -
YUV 112.48 113.06 193.28 -
System Red Green Blue C M Y K H S L
Decimal 204 71 86 0 0.65 0.58 0.2 353.23 0.57 0.54
Hex CC 47 56 0 41 3A 14 161 39 36
Octal 314 107 126 0 101 72 24 541 71 66
Binary 11001100 1000111 1010110 0 1000001 111010 10100 101100001 111001 110110

Color Harmonies of #CC4756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4756

Black with #CC4756

Text Example


Text Example

White with #CC4756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4756; }

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

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

background-color css

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

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

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

border-color css

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

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

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