#C5B5BB

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

Shades of Maverick #C5B5BB

Tints of Maverick #C5B5BB

Color information

#C5B5BB (or 0xC5B5BB) is unknown color: approx Maverick. HEX triplet: C5, B5 and BB. RGB value is (197,181,187). Sum of RGB (Red+Green+Blue) = 197+181+187=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B5BB is #3A4A44. Grayscale: #BABABA. Windows color (decimal): -3820101 or 12301765. OLE color: 12301765.

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

Color convert

RGB197181187-
CMYK00.080.050.23
HSL337.5º12.12%74.12%-
HSV(B)337.5º8.12%77.25%-
XYZ48.5248.5153.82-
YUV186.47128.3135.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.87%
GREEN value IS 181 (71.09% from 255) = 32.04%
BLUE value IS 187 (73.44% from 255) = 33.10%
R=34.87%
G=32.04%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718118700.080.050.23337.512.1274.12
HexC5B5BB08517152c4a
Octal30526527301052752214112
Binary110001011011010110111011010001011011110101001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B5BB; }

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

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

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

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

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

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

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

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