#C5B6BF

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

Shades of Maverick #C5B6BF

Tints of Maverick #C5B6BF

Color information

#C5B6BF (or 0xC5B6BF) is unknown color: approx Maverick. HEX triplet: C5, B6 and BF. RGB value is (197,182,191). Sum of RGB (Red+Green+Blue) = 197+182+191=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B6BF is #3A4940. Grayscale: #BBBBBB. Windows color (decimal): -3819841 or 12564165. OLE color: 12564165.

HSL color Cylindrical-coordinate representation of color #C5B6BF: hue angle of 324º 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 #C5B6BF is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB197182191-
CMYK00.080.030.23
HSL324º11.45%74.31%-
HSV(B)324º7.61%77.25%-
XYZ49.1649.0956.17-
YUV187.51129.97134.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.56%
GREEN value IS 182 (71.48% from 255) = 31.93%
BLUE value IS 191 (75% from 255) = 33.51%
R=34.56%
G=31.93%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718219100.080.030.2332411.4574.31
HexC5B6BF08317144b4a
Octal30526627701032750413112
Binary11000101101101101011111101000111011110100010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B6BF; }

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

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

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

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

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

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

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

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