Html Css Color HEX #C7C7BC Moon Mist

📋 copy color: '#C7C7BC'

red 199 ◦ green 199 ◦ blue 188

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

Shades of Moon Mist #C7C7BC

Tints of Moon Mist #C7C7BC

RGB

 RED value IS 199 (78.13% from 255) = 33.96%

 GREEN value IS 199 (78.13% from 255) = 33.96%

 BLUE value IS 188 (73.83% from 255) = 32.08%

R = 33.96%
G = 33.96%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C7C7BC (or 0xC7C7BC) is known color: Moon Mist. HEX triplet: C7, C7 and BC. RGB value is (199,199,188). Sum of RGB (Red+Green+Blue) = 199+199+188=586 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.96% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 199 - color contains mainly: red, green. Hex color #C7C7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C7BC is #383843. Grayscale: #C5C5C5. Windows color (decimal): -3684420 or 12371911. OLE color: 12371911.

HSL color Cylindrical-coordinate representation of color #C7C7BC: hue angle of 60º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C7C7BC is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 199 188 -
CMYK 0 0 0.06 0.22
HSL 60º 0.09% 0.76% -
HSV(B) 60º 0.06% 0.78% -
XYZ 53.05 56.62 55.71 -
YUV 197.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 199 199 188 0 0 0.06 0.22 60 0.09 0.76
Hex C7 C7 BC 0 0 6 16 3C 9 4C
Octal 307 307 274 0 0 6 26 74 11 114
Binary 11000111 11000111 10111100 0 0 110 10110 111100 1001 1001100

Color Harmonies of #C7C7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C7BC

Black with #C7C7BC

Text Example


Text Example

White with #C7C7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C7BC; }

 p { color: rgb(199,199,188); }

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

background-color css

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

 a { background-color: rgb(199,199,188); }

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

border-color css

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

 span { border-color: rgb(199,199,188); }

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