#CCCCBA

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

Shades of Moon Mist #CCCCBA

Tints of Moon Mist #CCCCBA

Color information

#CCCCBA (or 0xCCCCBA) is unknown color: approx Moon Mist. HEX triplet: CC, CC and BA. RGB value is (204,204,186). Sum of RGB (Red+Green+Blue) = 204+204+186=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCBA is #333345. Grayscale: #CACACA. Windows color (decimal): -3355462 or 12242124. OLE color: 12242124.

HSL color Cylindrical-coordinate representation of color #CCCCBA: hue angle of 60º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCCCBA is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204204186-
CMYK000.090.2
HSL60º15%76.47%-
HSV(B)60º8.82%80%-
XYZ55.3659.5755.03-
YUV201.95119129.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.34%
GREEN value IS 204 (80.08% from 255) = 34.34%
BLUE value IS 186 (73.05% from 255) = 31.31%
R=34.34%
G=34.34%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204186000.090.2601576.47
HexCCCCBA009143cf4c
Octal3143142720011247417114
Binary1100110011001100101110100010011010011110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCBA; }

 p { color: rgb(204,204,186); }

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

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

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

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

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

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

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