#C1BABF

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

Shades of Maverick #C1BABF

Tints of Maverick #C1BABF

Color information

#C1BABF (or 0xC1BABF) is unknown color: approx Maverick. HEX triplet: C1, BA and BF. RGB value is (193,186,191). Sum of RGB (Red+Green+Blue) = 193+186+191=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BABF is #3E4540. Grayscale: #BCBCBC. Windows color (decimal): -4080961 or 12565185. OLE color: 12565185.

HSL color Cylindrical-coordinate representation of color #C1BABF: hue angle of 317.14º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C1BABF is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB193186191-
CMYK00.040.010.24
HSL317.14º5.34%74.31%-
HSV(B)317.14º3.63%75.69%-
XYZ48.9650.2256.4-
YUV188.66129.32131.09-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.86%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 191 (75% from 255) = 33.51%
R=33.86%
G=32.63%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318619100.040.010.24317.145.3474.31
HexC1BABF0411813d54a
Octal301272277041304755112
Binary11000001101110101011111101001110001001111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BABF; }

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

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

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

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

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

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

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

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