#C5B5BF

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

Shades of Maverick #C5B5BF

Tints of Maverick #C5B5BF

Color information

#C5B5BF (or 0xC5B5BF) is unknown color: approx Maverick. HEX triplet: C5, B5 and BF. RGB value is (197,181,191). Sum of RGB (Red+Green+Blue) = 197+181+191=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 181 (71.09% from 255 or 31.81% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B5BF is #3A4A40. Grayscale: #BABABA. Windows color (decimal): -3820097 or 12563909. OLE color: 12563909.

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

Color convert

RGB197181191-
CMYK00.080.030.23
HSL322.5º12.12%74.12%-
HSV(B)322.5º8.12%77.25%-
XYZ48.9548.6856.11-
YUV186.92130.3135.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.62%
GREEN value IS 181 (71.09% from 255) = 31.81%
BLUE value IS 191 (75% from 255) = 33.57%
R=34.62%
G=31.81%
B=33.57%

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
Decimal19718119100.080.030.23322.512.1274.12
HexC5B5BF08317142c4a
Octal30526527701032750214112
Binary11000101101101011011111101000111011110100001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B5BF; }

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

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

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

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

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

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

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

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