#CCCAB2

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

Shades of Moon Mist #CCCAB2

Tints of Moon Mist #CCCAB2

Color information

#CCCAB2 (or 0xCCCAB2) is unknown color: approx Moon Mist. HEX triplet: CC, CA and B2. RGB value is (204,202,178). Sum of RGB (Red+Green+Blue) = 204+202+178=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCAB2 is #33354D. Grayscale: #C7C7C7. Windows color (decimal): -3355982 or 11717324. OLE color: 11717324.

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

Color convert

RGB204202178-
CMYK00.010.130.2
HSL55.38º20.31%74.9%-
HSV(B)55.38º12.75%80%-
XYZ54.0658.2950.52-
YUV199.86115.66130.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.93%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 178 (69.92% from 255) = 30.48%
R=34.93%
G=34.59%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420217800.010.130.255.3820.3174.9
HexCCCAB201D1437144b
Octal3143122620115246724113
Binary11001100110010101011001001110110100110111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAB2; }

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

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

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

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

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

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

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

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