#C7BABF

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

Shades of Maverick #C7BABF

Tints of Maverick #C7BABF

Color information

#C7BABF (or 0xC7BABF) is unknown color: approx Maverick. HEX triplet: C7, BA and BF. RGB value is (199,186,191). Sum of RGB (Red+Green+Blue) = 199+186+191=576 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.55% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BABF is #384540. Grayscale: #BEBEBE. Windows color (decimal): -3687745 or 12565191. OLE color: 12565191.

HSL color Cylindrical-coordinate representation of color #C7BABF: hue angle of 336.92º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7BABF is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB199186191-
CMYK00.070.040.22
HSL336.92º10.4%75.49%-
HSV(B)336.92º6.53%78.04%-
XYZ50.5251.0256.48-
YUV190.46128.31134.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.55%
GREEN value IS 186 (73.05% from 255) = 32.29%
BLUE value IS 191 (75% from 255) = 33.16%
R=34.55%
G=32.29%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918619100.070.040.22336.9210.475.49
HexC7BABF07416151a4b
Octal3072722770742652112113
Binary11000111101110101011111101111001011010101000110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BABF; }

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

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

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

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

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

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

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

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