#CCCAB3

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

Shades of Moon Mist #CCCAB3

Tints of Moon Mist #CCCAB3

Color information

#CCCAB3 (or 0xCCCAB3) is unknown color: approx Moon Mist. HEX triplet: CC, CA and B3. RGB value is (204,202,179). Sum of RGB (Red+Green+Blue) = 204+202+179=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 179 (70.31% from 255 or 30.60% from 585); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAB3 is #33354C. Grayscale: #C8C8C8. Windows color (decimal): -3355981 or 11782860. OLE color: 11782860.

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

Color convert

RGB204202179-
CMYK00.010.120.2
HSL55.2º19.69%75.1%-
HSV(B)55.2º12.25%80%-
XYZ54.1658.3351.05-
YUV199.98116.16130.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.87%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 179 (70.31% from 255) = 30.60%
R=34.87%
G=34.53%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420217900.010.120.255.219.6975.1
HexCCCAB301C1437144b
Octal3143122630114246724113
Binary11001100110010101011001101110010100110111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAB3; }

 p { color: rgb(204,202,179); }

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

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

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

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

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

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

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