Html Css Color HEX #CCCAB4 Moon Mist

📋 copy color: '#CCCAB4'

red 204 ◦ green 202 ◦ blue 180

#CCCAB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Mist #CCCAB4

Tints of Moon Mist #CCCAB4

RGB

 RED value IS 204 (80.08% from 255) = 34.81%

 GREEN value IS 202 (79.3% from 255) = 34.47%

 BLUE value IS 180 (70.7% from 255) = 30.72%

R = 34.81%
G = 34.47%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CCCAB4 (or 0xCCCAB4) is known color: Moon Mist. HEX triplet: CC, CA and B4. RGB value is (204,202,180). Sum of RGB (Red+Green+Blue) = 204+202+180=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAB4 is #33354B. Grayscale: #C8C8C8. Windows color (decimal): -3355980 or 11848396. OLE color: 11848396.

HSL color Cylindrical-coordinate representation of color #CCCAB4: hue angle of 55º degrees, saturation: 0.19, 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 #CCCAB4 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 202 180 -
CMYK 0 0.01 0.12 0.2
HSL 55º 0.19% 0.75% -
HSV(B) 55º 0.12% 0.8% -
XYZ 54.26 58.37 51.59 -
YUV 200.09 116.66 130.79 -
System Red Green Blue C M Y K H S L
Decimal 204 202 180 0 0.01 0.12 0.2 55 0.19 0.75
Hex CC CA B4 0 1 C 14 37 13 4B
Octal 314 312 264 0 1 14 24 67 23 113
Binary 11001100 11001010 10110100 0 1 1100 10100 110111 10011 1001011

Color Harmonies of #CCCAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCAB4

Black with #CCCAB4

Text Example


Text Example

White with #CCCAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCAB4; }

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

 H1.HeaderClassName
 {
   color: #CCCAB4;
 }
 .AnyTagClassName
 {
   color: #CCCAB4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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