#CCACB7

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

Shades of Melanie #CCACB7

Tints of Melanie #CCACB7

Color information

#CCACB7 (or 0xCCACB7) is unknown color: approx Melanie. HEX triplet: CC, AC and B7. RGB value is (204,172,183). Sum of RGB (Red+Green+Blue) = 204+172+183=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACB7 is #335348. Grayscale: #B6B6B6. Windows color (decimal): -3363657 or 12037324. OLE color: 12037324.

HSL color Cylindrical-coordinate representation of color #CCACB7: hue angle of 339.38º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCACB7 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB204172183-
CMYK00.160.100.2
HSL339.38º23.88%73.73%-
HSV(B)339.38º15.69%80%-
XYZ48.245.7651.09-
YUV182.82128.1143.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 172 (67.58% from 255) = 30.77%
BLUE value IS 183 (71.88% from 255) = 32.74%
R=36.49%
G=30.77%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417218300.160.100.2339.3823.8873.73
HexCCACB7010A14153184a
Octal314254267020122452330112
Binary110011001010110010110111010000101010100101010011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACB7; }

 p { color: rgb(204,172,183); }

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

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

 a { background-color: rgb(204,172,183); }

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

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

 span { border-color: rgb(204,172,183); }

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