#C4BABF

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

Shades of Maverick #C4BABF

Tints of Maverick #C4BABF

Color information

#C4BABF (or 0xC4BABF) is unknown color: approx Maverick. HEX triplet: C4, BA and BF. RGB value is (196,186,191). Sum of RGB (Red+Green+Blue) = 196+186+191=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BABF is #3B4540. Grayscale: #BDBDBD. Windows color (decimal): -3884353 or 12565188. OLE color: 12565188.

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

Color convert

RGB196186191-
CMYK00.050.030.23
HSL330º7.81%74.9%-
HSV(B)330º5.1%76.86%-
XYZ49.7350.6256.44-
YUV189.56128.81132.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.21%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 191 (75% from 255) = 33.33%
R=34.21%
G=32.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618619100.050.030.233307.8174.9
HexC4BABF0531714a84b
Octal3042722770532751210113
Binary1100010010111010101111110101111011110100101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BABF; }

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

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

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

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

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

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

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

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