#CCCAB0

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

Shades of Moon Mist #CCCAB0

Tints of Moon Mist #CCCAB0

Color information

#CCCAB0 (or 0xCCCAB0) is unknown color: approx Moon Mist. HEX triplet: CC, CA and B0. RGB value is (204,202,176). Sum of RGB (Red+Green+Blue) = 204+202+176=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 176 (69.14% from 255 or 30.24% from 582); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCAB0 is #33354F. Grayscale: #C7C7C7. Windows color (decimal): -3355984 or 11586252. OLE color: 11586252.

HSL color Cylindrical-coordinate representation of color #CCCAB0: hue angle of 55.71º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCCAB0 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB204202176-
CMYK00.010.140.2
HSL55.71º21.54%74.51%-
HSV(B)55.71º13.73%80%-
XYZ53.8658.2149.47-
YUV199.63114.66131.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.05%
GREEN value IS 202 (79.30% from 255) = 34.71%
BLUE value IS 176 (69.14% from 255) = 30.24%
R=35.05%
G=34.71%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420217600.010.140.255.7121.5474.51
HexCCCAB001E1438164b
Octal3143122600116247026113
Binary11001100110010101011000001111010100111000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAB0; }

 p { color: rgb(204,202,176); }

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

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

 a { background-color: rgb(204,202,176); }

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

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

 span { border-color: rgb(204,202,176); }

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