#C1BABD

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

Shades of Maverick #C1BABD

Tints of Maverick #C1BABD

Color information

#C1BABD (or 0xC1BABD) is unknown color: approx Maverick. HEX triplet: C1, BA and BD. RGB value is (193,186,189). Sum of RGB (Red+Green+Blue) = 193+186+189=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BABD is #3E4542. Grayscale: #BCBCBC. Windows color (decimal): -4080963 or 12434113. OLE color: 12434113.

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

Color convert

RGB193186189-
CMYK00.040.020.24
HSL334.29º5.34%74.31%-
HSV(B)334.29º3.63%75.69%-
XYZ48.7450.1355.25-
YUV188.43128.32131.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.98%
GREEN value IS 186 (73.05% from 255) = 32.75%
BLUE value IS 189 (74.22% from 255) = 33.27%
R=33.98%
G=32.75%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318618900.040.020.24334.295.3474.31
HexC1BABD0421814e54a
Octal301272275042305165112
Binary110000011011101010111101010010110001010011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BABD; }

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

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

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

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

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

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

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

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