#C5B7BF

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

Shades of Maverick #C5B7BF

Tints of Maverick #C5B7BF

Color information

#C5B7BF (or 0xC5B7BF) is unknown color: approx Maverick. HEX triplet: C5, B7 and BF. RGB value is (197,183,191). Sum of RGB (Red+Green+Blue) = 197+183+191=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 183 (71.88% from 255 or 32.05% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B7BF is #3A4840. Grayscale: #BCBCBC. Windows color (decimal): -3819585 or 12564421. OLE color: 12564421.

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

Color convert

RGB197183191-
CMYK00.070.030.23
HSL325.71º10.77%74.51%-
HSV(B)325.71º7.11%77.25%-
XYZ49.3649.556.24-
YUV188.1129.64134.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.50%
GREEN value IS 183 (71.88% from 255) = 32.05%
BLUE value IS 191 (75% from 255) = 33.45%
R=34.50%
G=32.05%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718319100.070.030.23325.7110.7774.51
HexC5B7BF07317146b4b
Octal3052672770732750613113
Binary1100010110110111101111110111111011110100011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B7BF; }

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

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

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

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

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

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

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

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