#C4B3BA

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

Shades of Maverick #C4B3BA

Tints of Maverick #C4B3BA

Color information

#C4B3BA (or 0xC4B3BA) is unknown color: approx Maverick. HEX triplet: C4, B3 and BA. RGB value is (196,179,186). Sum of RGB (Red+Green+Blue) = 196+179+186=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B3BA is #3B4C45. Grayscale: #B8B8B8. Windows color (decimal): -3886150 or 12235716. OLE color: 12235716.

HSL color Cylindrical-coordinate representation of color #C4B3BA: hue angle of 335.29º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4B3BA is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB196179186-
CMYK00.090.050.23
HSL335.29º12.59%73.53%-
HSV(B)335.29º8.67%76.86%-
XYZ47.7547.5253.11-
YUV184.88128.63135.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.94%
GREEN value IS 179 (70.31% from 255) = 31.91%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=34.94%
G=31.91%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617918600.090.050.23335.2912.5973.53
HexC4B3BA0951714fd4a
Octal30426327201152751715112
Binary110001001011001110111010010011011011110100111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B3BA; }

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

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

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

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

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

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

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

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