#C0B8BF

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

Shades of Maverick #C0B8BF

Tints of Maverick #C0B8BF

Color information

#C0B8BF (or 0xC0B8BF) is unknown color: approx Maverick. HEX triplet: C0, B8 and BF. RGB value is (192,184,191). Sum of RGB (Red+Green+Blue) = 192+184+191=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 184 (72.27% from 255 or 32.45% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B8BF is #3F4740. Grayscale: #BBBBBB. Windows color (decimal): -4147009 or 12564672. OLE color: 12564672.

HSL color Cylindrical-coordinate representation of color #C0B8BF: hue angle of 307.5º degrees, saturation: 0.06, 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 #C0B8BF is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB192184191-
CMYK00.040.010.25
HSL307.5º5.97%73.73%-
HSV(B)307.5º4.17%75.29%-
XYZ48.2849.2556.25-
YUV187.19130.15131.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.86%
GREEN value IS 184 (72.27% from 255) = 32.45%
BLUE value IS 191 (75% from 255) = 33.69%
R=33.86%
G=32.45%
B=33.69%

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
Decimal19218419100.040.010.25307.55.9773.73
HexC0B8BF0411913464a
Octal300270277041314646112
Binary11000000101110001011111101001110011001101001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B8BF; }

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

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

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

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

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

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

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

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