#C5B6BB

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

Shades of Maverick #C5B6BB

Tints of Maverick #C5B6BB

Color information

#C5B6BB (or 0xC5B6BB) is unknown color: approx Maverick. HEX triplet: C5, B6 and BB. RGB value is (197,182,187). Sum of RGB (Red+Green+Blue) = 197+182+187=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 182 (71.48% from 255 or 32.16% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B6BB is #3A4944. Grayscale: #BBBBBB. Windows color (decimal): -3819845 or 12302021. OLE color: 12302021.

HSL color Cylindrical-coordinate representation of color #C5B6BB: hue angle of 340º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5B6BB is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB197182187-
CMYK00.080.050.23
HSL340º11.45%74.31%-
HSV(B)340º7.61%77.25%-
XYZ48.7248.9153.89-
YUV187.06127.97135.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.81%
GREEN value IS 182 (71.48% from 255) = 32.16%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=34.81%
G=32.16%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718218700.080.050.2334011.4574.31
HexC5B6BB08517154b4a
Octal30526627301052752413112
Binary110001011011011010111011010001011011110101010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B6BB; }

 p { color: rgb(197,182,187); }

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

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

 a { background-color: rgb(197,182,187); }

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

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

 span { border-color: rgb(197,182,187); }

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