#CBCBBB

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

Shades of Moon Mist #CBCBBB

Tints of Moon Mist #CBCBBB

Color information

#CBCBBB (or 0xCBCBBB) is unknown color: approx Moon Mist. HEX triplet: CB, CB and BB. RGB value is (203,203,187). Sum of RGB (Red+Green+Blue) = 203+203+187=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBBB is #343444. Grayscale: #C9C9C9. Windows color (decimal): -3421253 or 12307403. OLE color: 12307403.

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

Color convert

RGB203203187-
CMYK000.080.20
HSL60º13.33%76.47%-
HSV(B)60º7.88%79.61%-
XYZ54.955955.5-
YUV201.18120129.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.23%
GREEN value IS 203 (79.69% from 255) = 34.23%
BLUE value IS 187 (73.44% from 255) = 31.53%
R=34.23%
G=34.23%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203203187000.080.206013.3376.47
HexCBCBBB008143cd4c
Octal3133132730010247415114
Binary1100101111001011101110110010001010011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCBBB; }

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

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

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

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

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

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

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

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