#CCCBAC

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

Shades of Moon Mist #CCCBAC

Tints of Moon Mist #CCCBAC

Color information

#CCCBAC (or 0xCCCBAC) is unknown color: approx Moon Mist. HEX triplet: CC, CB and AC. RGB value is (204,203,172). Sum of RGB (Red+Green+Blue) = 204+203+172=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCBAC is #333453. Grayscale: #C7C7C7. Windows color (decimal): -3355732 or 11324364. OLE color: 11324364.

HSL color Cylindrical-coordinate representation of color #CCCBAC: hue angle of 58.12º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCCBAC is Cyan = 0, Magento = 0.00, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB204203172-
CMYK00.000.160.2
HSL58.12º23.88%73.73%-
HSV(B)58.12º15.69%80%-
XYZ53.758.5347.5-
YUV199.76112.33131.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.23%
GREEN value IS 203 (79.69% from 255) = 35.06%
BLUE value IS 172 (67.58% from 255) = 29.71%
R=35.23%
G=35.06%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420317200.000.160.258.1223.8873.73
HexCCCBAC0010143a184a
Octal3143132540020247230112
Binary110011001100101110101100001000010100111010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBAC; }

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

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

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

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

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

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

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

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