#C5B6BD

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

Shades of Maverick #C5B6BD

Tints of Maverick #C5B6BD

Color information

#C5B6BD (or 0xC5B6BD) is unknown color: approx Maverick. HEX triplet: C5, B6 and BD. RGB value is (197,182,189). Sum of RGB (Red+Green+Blue) = 197+182+189=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 182 (71.48% from 255 or 32.04% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B6BD is #3A4942. Grayscale: #BBBBBB. Windows color (decimal): -3819843 or 12433093. OLE color: 12433093.

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

Color convert

RGB197182189-
CMYK00.080.040.23
HSL332º11.45%74.31%-
HSV(B)332º7.61%77.25%-
XYZ48.944955.02-
YUV187.28128.97134.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.68%
GREEN value IS 182 (71.48% from 255) = 32.04%
BLUE value IS 189 (74.22% from 255) = 33.27%
R=34.68%
G=32.04%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718218900.080.040.2333211.4574.31
HexC5B6BD0841714cb4a
Octal30526627501042751413112
Binary110001011011011010111101010001001011110100110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B6BD; }

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

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

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

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

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

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

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

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