#C7B3BA

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

Shades of Maverick #C7B3BA

Tints of Maverick #C7B3BA

Color information

#C7B3BA (or 0xC7B3BA) is unknown color: approx Maverick. HEX triplet: C7, B3 and BA. RGB value is (199,179,186). Sum of RGB (Red+Green+Blue) = 199+179+186=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 179 (70.31% from 255 or 31.74% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B3BA is #384C45. Grayscale: #B9B9B9. Windows color (decimal): -3689542 or 12235719. OLE color: 12235719.

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

Color convert

RGB199179186-
CMYK00.100.070.22
HSL339º15.15%74.12%-
HSV(B)339º10.05%78.04%-
XYZ48.5447.9353.15-
YUV185.78128.13137.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.28%
GREEN value IS 179 (70.31% from 255) = 31.74%
BLUE value IS 186 (73.05% from 255) = 32.98%
R=35.28%
G=31.74%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917918600.100.070.2233915.1574.12
HexC7B3BA0A716153f4a
Octal30726327201272652317112
Binary110001111011001110111010010101111011010101001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B3BA; }

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

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

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

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

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

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

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

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