Html Css Color HEX #C8C9BA Moon Mist

📋 copy color: '#C8C9BA'

red 200 ◦ green 201 ◦ blue 186

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

Shades of Moon Mist #C8C9BA

Tints of Moon Mist #C8C9BA

RGB

 RED value IS 200 (78.52% from 255) = 34.07%

 GREEN value IS 201 (78.91% from 255) = 34.24%

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

R = 34.07%
G = 34.24%
B = 31.69%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C8C9BA (or 0xC8C9BA) is known color: Moon Mist. HEX triplet: C8, C9 and BA. RGB value is (200,201,186). Sum of RGB (Red+Green+Blue) = 200+201+186=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C9BA is #373645. Grayscale: #C7C7C7. Windows color (decimal): -3618374 or 12241352. OLE color: 12241352.

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

Color convert

RGB 200 201 186 -
CMYK 0.00 0 0.07 0.21
HSL 64º 0.12% 0.76% -
HSV(B) 64º 0.07% 0.79% -
XYZ 53.57 57.6 54.75 -
YUV 198.99 120.67 128.72 -
System Red Green Blue C M Y K H S L
Decimal 200 201 186 0.00 0 0.07 0.21 64 0.12 0.76
Hex C8 C9 BA 0 0 7 15 40 C 4C
Octal 310 311 272 0 0 7 25 100 14 114
Binary 11001000 11001001 10111010 0 0 111 10101 1000000 1100 1001100

Color Harmonies of #C8C9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C9BA

Black with #C8C9BA

Text Example


Text Example

White with #C8C9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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