Html Css Color HEX #C0BEA6 Mist Grey

📋 copy color: '#C0BEA6'

red 192 ◦ green 190 ◦ blue 166

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

Shades of Mist Grey #C0BEA6

Tints of Mist Grey #C0BEA6

RGB

 RED value IS 192 (75.39% from 255) = 35.04%

 GREEN value IS 190 (74.61% from 255) = 34.67%

 BLUE value IS 166 (65.23% from 255) = 30.29%

R = 35.04%
G = 34.67%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C0BEA6 (or 0xC0BEA6) is known color: Mist Grey. HEX triplet: C0, BE and A6. RGB value is (192,190,166). Sum of RGB (Red+Green+Blue) = 192+190+166=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 166 (65.23% from 255 or 30.29% from 548); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BEA6 is #3F4159. Grayscale: #BBBBBB. Windows color (decimal): -4145498 or 10927808. OLE color: 10927808.

HSL color Cylindrical-coordinate representation of color #C0BEA6: hue angle of 55.38º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0BEA6 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 190 166 -
CMYK 0 0.01 0.14 0.25
HSL 55.38º 0.17% 0.7% -
HSV(B) 55.38º 0.14% 0.75% -
XYZ 47.03 50.79 43.4 -
YUV 187.86 115.66 130.95 -
System Red Green Blue C M Y K H S L
Decimal 192 190 166 0 0.01 0.14 0.25 55.38 0.17 0.7
Hex C0 BE A6 0 1 E 19 37 11 46
Octal 300 276 246 0 1 16 31 67 21 106
Binary 11000000 10111110 10100110 0 1 1110 11001 110111 10001 1000110

Color Harmonies of #C0BEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BEA6

Black with #C0BEA6

Text Example


Text Example

White with #C0BEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BEA6; }

 p { color: rgb(192,190,166); }

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

background-color css

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

 a { background-color: rgb(192,190,166); }

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

border-color css

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

 span { border-color: rgb(192,190,166); }

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