Html Css Color HEX #C7C8BA Moon Mist

📋 copy color: '#C7C8BA'

red 199 ◦ green 200 ◦ blue 186

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

Shades of Moon Mist #C7C8BA

Tints of Moon Mist #C7C8BA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.19%

 BLUE value IS 186 (73.05% from 255) = 31.79%

R = 34.02%
G = 34.19%
B = 31.79%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C7C8BA (or 0xC7C8BA) is known color: Moon Mist. HEX triplet: C7, C8 and BA. RGB value is (199,200,186). Sum of RGB (Red+Green+Blue) = 199+200+186=585 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.02% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C8BA is #383745. Grayscale: #C6C6C6. Windows color (decimal): -3684166 or 12241095. OLE color: 12241095.

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

Color convert

RGB 199 200 186 -
CMYK 0.00 0 0.07 0.22
HSL 64.29º 0.11% 0.76% -
HSV(B) 64.29º 0.07% 0.78% -
XYZ 53.07 57 54.66 -
YUV 198.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 199 200 186 0.00 0 0.07 0.22 64.29 0.11 0.76
Hex C7 C8 BA 0 0 7 16 40 B 4C
Octal 307 310 272 0 0 7 26 100 13 114
Binary 11000111 11001000 10111010 0 0 111 10110 1000000 1011 1001100

Color Harmonies of #C7C8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C8BA

Black with #C7C8BA

Text Example


Text Example

White with #C7C8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C8BA; }

 p { color: rgb(199,200,186); }

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

background-color css

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

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

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

border-color css

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

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

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