#CBCBB9

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

Shades of Moon Mist #CBCBB9

Tints of Moon Mist #CBCBB9

Color information

#CBCBB9 (or 0xCBCBB9) is unknown color: approx Moon Mist. HEX triplet: CB, CB and B9. RGB value is (203,203,185). Sum of RGB (Red+Green+Blue) = 203+203+185=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBB9 is #343446. Grayscale: #C9C9C9. Windows color (decimal): -3421255 or 12176331. OLE color: 12176331.

HSL color Cylindrical-coordinate representation of color #CBCBB9: 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 #CBCBB9 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB203203185-
CMYK000.090.20
HSL60º14.75%76.08%-
HSV(B)60º8.87%79.61%-
XYZ54.7458.9154.38-
YUV200.95119129.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.35%
GREEN value IS 203 (79.69% from 255) = 34.35%
BLUE value IS 185 (72.66% from 255) = 31.30%
R=34.35%
G=34.35%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203203185000.090.206014.7576.08
HexCBCBB9009143cf4c
Octal3133132710011247417114
Binary1100101111001011101110010010011010011110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCBB9; }

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

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

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

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

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

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

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

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