Html Css Color HEX #CCCAAF Moon Mist

📋 copy color: '#CCCAAF'

red 204 ◦ green 202 ◦ blue 175

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

Shades of Moon Mist #CCCAAF

Tints of Moon Mist #CCCAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.12%

R = 35.11%
G = 34.77%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CCCAAF (or 0xCCCAAF) is known color: Moon Mist. HEX triplet: CC, CA and AF. RGB value is (204,202,175). Sum of RGB (Red+Green+Blue) = 204+202+175=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCAAF is #333550. Grayscale: #C7C7C7. Windows color (decimal): -3355985 or 11520716. OLE color: 11520716.

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

Color convert

RGB 204 202 175 -
CMYK 0 0.01 0.14 0.2
HSL 55.86º 0.22% 0.74% -
HSV(B) 55.86º 0.14% 0.8% -
XYZ 53.76 58.17 48.95 -
YUV 199.52 114.16 131.2 -
System Red Green Blue C M Y K H S L
Decimal 204 202 175 0 0.01 0.14 0.2 55.86 0.22 0.74
Hex CC CA AF 0 1 E 14 38 16 4A
Octal 314 312 257 0 1 16 24 70 26 112
Binary 11001100 11001010 10101111 0 1 1110 10100 111000 10110 1001010

Color Harmonies of #CCCAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCAAF

Black with #CCCAAF

Text Example


Text Example

White with #CCCAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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