Html Css Color HEX #C0BE9F Mist Grey

📋 copy color: '#C0BE9F'

red 192 ◦ green 190 ◦ blue 159

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

Shades of Mist Grey #C0BE9F

Tints of Mist Grey #C0BE9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.39%

R = 35.49%
G = 35.12%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0BE9F (or 0xC0BE9F) is known color: Mist Grey. HEX triplet: C0, BE and 9F. RGB value is (192,190,159). Sum of RGB (Red+Green+Blue) = 192+190+159=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 159 (62.5% from 255 or 29.39% from 541); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BE9F is #3F4160. Grayscale: #BBBBBB. Windows color (decimal): -4145505 or 10469056. OLE color: 10469056.

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

Color convert

RGB 192 190 159 -
CMYK 0 0.01 0.17 0.25
HSL 56.36º 0.21% 0.69% -
HSV(B) 56.36º 0.17% 0.75% -
XYZ 46.41 50.54 40.11 -
YUV 187.06 112.16 131.52 -
System Red Green Blue C M Y K H S L
Decimal 192 190 159 0 0.01 0.17 0.25 56.36 0.21 0.69
Hex C0 BE 9F 0 1 11 19 38 15 45
Octal 300 276 237 0 1 21 31 70 25 105
Binary 11000000 10111110 10011111 0 1 10001 11001 111000 10101 1000101

Color Harmonies of #C0BE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE9F

Black with #C0BE9F

Text Example


Text Example

White with #C0BE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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