#CCCCB0

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

Shades of Moon Mist #CCCCB0

Tints of Moon Mist #CCCCB0

Color information

#CCCCB0 (or 0xCCCCB0) is unknown color: approx Moon Mist. HEX triplet: CC, CC and B0. RGB value is (204,204,176). Sum of RGB (Red+Green+Blue) = 204+204+176=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCCB0 is #33334F. Grayscale: #C8C8C8. Windows color (decimal): -3355472 or 11586764. OLE color: 11586764.

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

Color convert

RGB204204176-
CMYK000.140.2
HSL60º21.54%74.51%-
HSV(B)60º13.73%80%-
XYZ54.3359.1649.63-
YUV200.81114130.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.93%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 176 (69.14% from 255) = 30.14%
R=34.93%
G=34.93%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204204176000.140.26021.5474.51
HexCCCCB000E143c164b
Octal3143142600016247426113
Binary11001100110011001011000000111010100111100101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCB0; }

 p { color: rgb(204,204,176); }

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

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

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

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

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

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

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