Html Css Color HEX #CC4755 Mandy

📋 copy color: '#CC4755'

red 204 ◦ green 71 ◦ blue 85

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

Shades of Mandy #CC4755

Tints of Mandy #CC4755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.61%

R = 56.67%
G = 19.72%
B = 23.61%

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

#CC4755 (or 0xCC4755) is known color: Mandy. HEX triplet: CC, 47 and 55. RGB value is (204,71,85). Sum of RGB (Red+Green+Blue) = 204+71+85=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4755 is #33B8AA. Grayscale: #707070. Windows color (decimal): -3389611 or 5588940. OLE color: 5588940.

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

Color convert

RGB 204 71 85 -
CMYK 0 0.65 0.58 0.2
HSL 353.68º 0.57% 0.54% -
HSV(B) 353.68º 0.65% 0.8% -
XYZ 28.79 18 10.55 -
YUV 112.36 112.56 193.36 -
System Red Green Blue C M Y K H S L
Decimal 204 71 85 0 0.65 0.58 0.2 353.68 0.57 0.54
Hex CC 47 55 0 41 3A 14 162 39 36
Octal 314 107 125 0 101 72 24 542 71 66
Binary 11001100 1000111 1010101 0 1000001 111010 10100 101100010 111001 110110

Color Harmonies of #CC4755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4755

Black with #CC4755

Text Example


Text Example

White with #CC4755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4755; }

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

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

background-color css

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

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

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

border-color css

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

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

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