Html Css Color HEX #CC4655 Mandy

📋 copy color: '#CC4655'

red 204 ◦ green 70 ◦ blue 85

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

Shades of Mandy #CC4655

Tints of Mandy #CC4655

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.5%

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

R = 56.82%
G = 19.5%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC4655 (or 0xCC4655) is known color: Mandy. HEX triplet: CC, 46 and 55. RGB value is (204,70,85). Sum of RGB (Red+Green+Blue) = 204+70+85=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4655 is #33B9AA. Grayscale: #6F6F6F. Windows color (decimal): -3389867 or 5588684. OLE color: 5588684.

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

Color convert

RGB 204 70 85 -
CMYK 0 0.66 0.58 0.2
HSL 353.28º 0.57% 0.54% -
HSV(B) 353.28º 0.66% 0.8% -
XYZ 28.73 17.87 10.53 -
YUV 111.78 112.89 193.78 -
System Red Green Blue C M Y K H S L
Decimal 204 70 85 0 0.66 0.58 0.2 353.28 0.57 0.54
Hex CC 46 55 0 42 3A 14 161 39 36
Octal 314 106 125 0 102 72 24 541 71 66
Binary 11001100 1000110 1010101 0 1000010 111010 10100 101100001 111001 110110

Color Harmonies of #CC4655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4655

Black with #CC4655

Text Example


Text Example

White with #CC4655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4655; }

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

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

background-color css

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

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

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

border-color css

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

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

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