Html Css Color HEX #CCCBB9 Moon Mist

📋 copy color: '#CCCBB9'

red 204 ◦ green 203 ◦ blue 185

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

Shades of Moon Mist #CCCBB9

Tints of Moon Mist #CCCBB9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.29%

 BLUE value IS 185 (72.66% from 255) = 31.25%

R = 34.46%
G = 34.29%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CCCBB9 (or 0xCCCBB9) is known color: Moon Mist. HEX triplet: CC, CB and B9. RGB value is (204,203,185). Sum of RGB (Red+Green+Blue) = 204+203+185=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBB9 is #333446. Grayscale: #C9C9C9. Windows color (decimal): -3355719 or 12176332. OLE color: 12176332.

HSL color Cylindrical-coordinate representation of color #CCCBB9: hue angle of 56.84º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCCBB9 is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 203 185 -
CMYK 0 0.00 0.09 0.2
HSL 56.84º 0.16% 0.76% -
HSV(B) 56.84º 0.09% 0.8% -
XYZ 55.01 59.05 54.4 -
YUV 201.25 118.83 129.96 -
System Red Green Blue C M Y K H S L
Decimal 204 203 185 0 0.00 0.09 0.2 56.84 0.16 0.76
Hex CC CB B9 0 0 9 14 39 10 4C
Octal 314 313 271 0 0 11 24 71 20 114
Binary 11001100 11001011 10111001 0 0 1001 10100 111001 10000 1001100

Color Harmonies of #CCCBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBB9

Black with #CCCBB9

Text Example


Text Example

White with #CCCBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBB9; }

 p { color: rgb(204,203,185); }

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

background-color css

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

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

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

border-color css

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

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

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