#C1BAC0

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

Shades of Maverick #C1BAC0

Tints of Maverick #C1BAC0

Color information

#C1BAC0 (or 0xC1BAC0) is unknown color: approx Maverick. HEX triplet: C1, BA and C0. RGB value is (193,186,192). Sum of RGB (Red+Green+Blue) = 193+186+192=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BAC0 is #3E453F. Grayscale: #BCBCBC. Windows color (decimal): -4080960 or 12630721. OLE color: 12630721.

HSL color Cylindrical-coordinate representation of color #C1BAC0: hue angle of 308.57º 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 #C1BAC0 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB193186192-
CMYK00.040.010.24
HSL308.57º5.34%74.31%-
HSV(B)308.57º3.63%75.69%-
XYZ49.0750.2656.98-
YUV188.78129.82131.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.80%
GREEN value IS 186 (73.05% from 255) = 32.57%
BLUE value IS 192 (75.39% from 255) = 33.63%
R=33.80%
G=32.57%
B=33.63%

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
Decimal19318619200.040.010.24308.575.3474.31
HexC1BAC00411813554a
Octal301272300041304655112
Binary11000001101110101100000001001110001001101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BAC0; }

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

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

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

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

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

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

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

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