#C5B6BE

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

Shades of Maverick #C5B6BE

Tints of Maverick #C5B6BE

Color information

#C5B6BE (or 0xC5B6BE) is unknown color: approx Maverick. HEX triplet: C5, B6 and BE. RGB value is (197,182,190). Sum of RGB (Red+Green+Blue) = 197+182+190=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B6BE is #3A4941. Grayscale: #BBBBBB. Windows color (decimal): -3819842 or 12498629. OLE color: 12498629.

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

Color convert

RGB197182190-
CMYK00.080.040.23
HSL328º11.45%74.31%-
HSV(B)328º7.61%77.25%-
XYZ49.0549.0455.6-
YUV187.4129.47134.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.62%
GREEN value IS 182 (71.48% from 255) = 31.99%
BLUE value IS 190 (74.61% from 255) = 33.39%
R=34.62%
G=31.99%
B=33.39%

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
Decimal19718219000.080.040.2332811.4574.31
HexC5B6BE08417148b4a
Octal30526627601042751013112
Binary110001011011011010111110010001001011110100100010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B6BE; }

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

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

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

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

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

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

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

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