#C4B5BA

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

Shades of Maverick #C4B5BA

Tints of Maverick #C4B5BA

Color information

#C4B5BA (or 0xC4B5BA) is unknown color: approx Maverick. HEX triplet: C4, B5 and BA. RGB value is (196,181,186). Sum of RGB (Red+Green+Blue) = 196+181+186=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B5BA is #3B4A45. Grayscale: #BABABA. Windows color (decimal): -3885638 or 12236228. OLE color: 12236228.

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

Color convert

RGB196181186-
CMYK00.080.050.23
HSL340º11.28%73.92%-
HSV(B)340º7.65%76.86%-
XYZ48.1548.3353.24-
YUV186.06127.97135.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.81%
GREEN value IS 181 (71.09% from 255) = 32.15%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=34.81%
G=32.15%
B=33.04%

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
Decimal19618118600.080.050.2334011.2873.92
HexC4B5BA08517154b4a
Octal30426527201052752413112
Binary110001001011010110111010010001011011110101010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B5BA; }

 p { color: rgb(196,181,186); }

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

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

 a { background-color: rgb(196,181,186); }

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

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

 span { border-color: rgb(196,181,186); }

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