#C2BAC1

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

Shades of Maverick #C2BAC1

Tints of Maverick #C2BAC1

Color information

#C2BAC1 (or 0xC2BAC1) is unknown color: approx Maverick. HEX triplet: C2, BA and C1. RGB value is (194,186,193). Sum of RGB (Red+Green+Blue) = 194+186+193=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BAC1 is #3D453E. Grayscale: #BDBDBD. Windows color (decimal): -4015423 or 12696258. OLE color: 12696258.

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

Color convert

RGB194186193-
CMYK00.040.010.24
HSL307.5º6.15%74.51%-
HSV(B)307.5º4.12%76.08%-
XYZ49.4350.4457.58-
YUV189.19130.15131.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.86%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 193 (75.78% from 255) = 33.68%
R=33.86%
G=32.46%
B=33.68%

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
Decimal19418619300.040.010.24307.56.1574.51
HexC2BAC10411813464b
Octal302272301041304646113
Binary11000010101110101100000101001110001001101001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BAC1; }

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

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

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

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

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

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

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

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