#C0B6BF

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

Shades of Maverick #C0B6BF

Tints of Maverick #C0B6BF

Color information

#C0B6BF (or 0xC0B6BF) is unknown color: approx Maverick. HEX triplet: C0, B6 and BF. RGB value is (192,182,191). Sum of RGB (Red+Green+Blue) = 192+182+191=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 182 (71.48% from 255 or 32.21% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B6BF is #3F4940. Grayscale: #B9B9B9. Windows color (decimal): -4147521 or 12564160. OLE color: 12564160.

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

Color convert

RGB192182191-
CMYK00.050.010.25
HSL306º7.35%73.33%-
HSV(B)306º5.21%75.29%-
XYZ47.8748.4256.11-
YUV186.02130.81132.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.98%
GREEN value IS 182 (71.48% from 255) = 32.21%
BLUE value IS 191 (75% from 255) = 33.81%
R=33.98%
G=32.21%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218219100.050.010.253067.3573.33
HexC0B6BF05119132749
Octal300266277051314627111
Binary11000000101101101011111101011110011001100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B6BF; }

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

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

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

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

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

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

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

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