#CCCAB5

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

Shades of Moon Mist #CCCAB5

Tints of Moon Mist #CCCAB5

Color information

#CCCAB5 (or 0xCCCAB5) is unknown color: approx Moon Mist. HEX triplet: CC, CA and B5. RGB value is (204,202,181). Sum of RGB (Red+Green+Blue) = 204+202+181=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 181 (71.09% from 255 or 30.83% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAB5 is #33354A. Grayscale: #C8C8C8. Windows color (decimal): -3355979 or 11913932. OLE color: 11913932.

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

Color convert

RGB204202181-
CMYK00.010.110.2
HSL54.78º18.4%75.49%-
HSV(B)54.78º11.27%80%-
XYZ54.3658.4152.13-
YUV200.2117.16130.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 202 (79.30% from 255) = 34.41%
BLUE value IS 181 (71.09% from 255) = 30.83%
R=34.75%
G=34.41%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420218100.010.110.254.7818.475.49
HexCCCAB501B1437124b
Octal3143122650113246722113
Binary11001100110010101011010101101110100110111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAB5; }

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

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

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

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

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

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

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

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