#CC485B

Color #CC485B Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #CC485B

Tints of Mandy #CC485B

Color information

#CC485B (or 0xCC485B) is unknown color: approx Mandy. HEX triplet: CC, 48 and 5B. RGB value is (204,72,91). Sum of RGB (Red+Green+Blue) = 204+72+91=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC485B is #33B7A4. Grayscale: #717171. Windows color (decimal): -3389349 or 5982412. OLE color: 5982412.

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

Color convert

RGB2047291-
CMYK00.650.550.2
HSL351.36º56.41%54.12%-
HSV(B)351.36º64.71%80%-
XYZ29.1118.2311.88-
YUV113.63115.23192.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.59%
GREEN value IS 72 (28.52% from 255) = 19.62%
BLUE value IS 91 (35.94% from 255) = 24.80%
R=55.59%
G=19.62%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204729100.650.550.2351.3656.4154.12
HexCC485B041371415f3836
Octal314110133010167245377066
Binary11001100100100010110110100000111011110100101011111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC485B; }

 p { color: rgb(204,72,91); }

 H1.HeaderClassName
 {
   color: #CC485B;
 }
 .AnyTagClassName
 {
   color: #CC485B;
 }
</style>
background-color css

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

 a { background-color: rgb(204,72,91); }

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

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

 span { border-color: rgb(204,72,91); }

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