#CC485C

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

Shades of Mandy #CC485C

Tints of Mandy #CC485C

Color information

#CC485C (or 0xCC485C) is unknown color: approx Mandy. HEX triplet: CC, 48 and 5C. RGB value is (204,72,92). Sum of RGB (Red+Green+Blue) = 204+72+92=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC485C is #33B7A3. Grayscale: #717171. Windows color (decimal): -3389348 or 6047948. OLE color: 6047948.

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

Color convert

RGB2047292-
CMYK00.650.550.2
HSL350.91º56.41%54.12%-
HSV(B)350.91º64.71%80%-
XYZ29.1518.2412.11-
YUV113.75115.73192.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.43%
GREEN value IS 72 (28.52% from 255) = 19.57%
BLUE value IS 92 (36.33% from 255) = 25%
R=55.43%
G=19.57%
B=25%

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
Decimal204729200.650.550.2350.9156.4154.12
HexCC485C041371415f3836
Octal314110134010167245377066
Binary11001100100100010111000100000111011110100101011111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC485C; }

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

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

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

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

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

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

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

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