#C0B9BF

Color #C0B9BF Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #C0B9BF

Tints of Maverick #C0B9BF

Color information

#C0B9BF (or 0xC0B9BF) is unknown color: approx Maverick. HEX triplet: C0, B9 and BF. RGB value is (192,185,191). Sum of RGB (Red+Green+Blue) = 192+185+191=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 185 (72.66% from 255 or 32.57% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B9BF is #3F4640. Grayscale: #BBBBBB. Windows color (decimal): -4146753 or 12564928. OLE color: 12564928.

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

Color convert

RGB192185191-
CMYK00.040.010.25
HSL308.57º5.26%73.92%-
HSV(B)308.57º3.65%75.29%-
XYZ48.4949.6756.32-
YUV187.78129.82131.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.80%
GREEN value IS 185 (72.66% from 255) = 32.57%
BLUE value IS 191 (75% from 255) = 33.63%
R=33.80%
G=32.57%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218519100.040.010.25308.575.2673.92
HexC0B9BF0411913554a
Octal300271277041314655112
Binary11000000101110011011111101001110011001101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B9BF; }

 p { color: rgb(192,185,191); }

 H1.HeaderClassName
 {
   color: #C0B9BF;
 }
 .AnyTagClassName
 {
   color: #C0B9BF;
 }
</style>
background-color css

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

 a { background-color: rgb(192,185,191); }

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

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

 span { border-color: rgb(192,185,191); }

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