#C2B3BA

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

Shades of Maverick #C2B3BA

Tints of Maverick #C2B3BA

Color information

#C2B3BA (or 0xC2B3BA) is unknown color: approx Maverick. HEX triplet: C2, B3 and BA. RGB value is (194,179,186). Sum of RGB (Red+Green+Blue) = 194+179+186=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B3BA is #3D4C45. Grayscale: #B8B8B8. Windows color (decimal): -4017222 or 12235714. OLE color: 12235714.

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

Color convert

RGB194179186-
CMYK00.080.040.24
HSL332º10.95%73.14%-
HSV(B)332º7.73%76.08%-
XYZ47.2347.2553.09-
YUV184.28128.97134.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.70%
GREEN value IS 179 (70.31% from 255) = 32.02%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=34.70%
G=32.02%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417918600.080.040.2433210.9573.14
HexC2B3BA0841814cb49
Octal30226327201043051413111
Binary110000101011001110111010010001001100010100110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B3BA; }

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

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

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

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

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

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

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

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