#C9B9BF

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

Shades of Maverick #C9B9BF

Tints of Maverick #C9B9BF

Color information

#C9B9BF (or 0xC9B9BF) is unknown color: approx Maverick. HEX triplet: C9, B9 and BF. RGB value is (201,185,191). Sum of RGB (Red+Green+Blue) = 201+185+191=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B9BF is #364640. Grayscale: #BEBEBE. Windows color (decimal): -3556929 or 12564937. OLE color: 12564937.

HSL color Cylindrical-coordinate representation of color #C9B9BF: hue angle of 337.5º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9B9BF is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB201185191-
CMYK00.080.050.21
HSL337.5º12.9%75.69%-
HSV(B)337.5º7.96%78.82%-
XYZ50.8450.8856.43-
YUV190.47128.3135.51-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.84%
GREEN value IS 185 (72.66% from 255) = 32.06%
BLUE value IS 191 (75% from 255) = 33.10%
R=34.84%
G=32.06%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118519100.080.050.21337.512.975.69
HexC9B9BF08515152d4c
Octal31127127701052552215114
Binary110010011011100110111111010001011010110101001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B9BF; }

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

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

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

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

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

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

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

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