Html Css Color HEX #CCCAB3 Moon Mist

📋 copy color: '#CCCAB3'

red 204 ◦ green 202 ◦ blue 179

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

Shades of Moon Mist #CCCAB3

Tints of Moon Mist #CCCAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.6%

R = 34.87%
G = 34.53%
B = 30.6%

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

#CCCAB3 (or 0xCCCAB3) is known color: 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

RGB 204 202 179 -
CMYK 0 0.01 0.12 0.2
HSL 55.2º 0.2% 0.75% -
HSV(B) 55.2º 0.12% 0.8% -
XYZ 54.16 58.33 51.05 -
YUV 199.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 204 202 179 0 0.01 0.12 0.2 55.2 0.2 0.75
Hex CC CA B3 0 1 C 14 37 14 4B
Octal 314 312 263 0 1 14 24 67 24 113
Binary 11001100 11001010 10110011 0 1 1100 10100 110111 10100 1001011

Color Harmonies of #CCCAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCAB3

Black with #CCCAB3

Text Example


Text Example

White with #CCCAB3

Text Example


Text Example

HTML Codes & Css Web 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>