#CCCBB9

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

Shades of Moon Mist #CCCBB9

Tints of Moon Mist #CCCBB9

Color information

#CCCBB9 (or 0xCCCBB9) is unknown color: approx Moon Mist. HEX triplet: CC, CB and B9. RGB value is (204,203,185). Sum of RGB (Red+Green+Blue) = 204+203+185=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBB9 is #333446. Grayscale: #C9C9C9. Windows color (decimal): -3355719 or 12176332. OLE color: 12176332.

HSL color Cylindrical-coordinate representation of color #CCCBB9: hue angle of 56.84º degrees, saturation: 0.16, 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 #CCCBB9 is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204203185-
CMYK00.000.090.2
HSL56.84º15.7%76.27%-
HSV(B)56.84º9.31%80%-
XYZ55.0159.0554.4-
YUV201.25118.83129.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.46%
GREEN value IS 203 (79.69% from 255) = 34.29%
BLUE value IS 185 (72.66% from 255) = 31.25%
R=34.46%
G=34.29%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420318500.000.090.256.8415.776.27
HexCCCBB90091439104c
Octal3143132710011247120114
Binary11001100110010111011100100100110100111001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBB9; }

 p { color: rgb(204,203,185); }

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

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

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

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

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

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

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