#C1BABE

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

Shades of Maverick #C1BABE

Tints of Maverick #C1BABE

Color information

#C1BABE (or 0xC1BABE) is unknown color: approx Maverick. HEX triplet: C1, BA and BE. RGB value is (193,186,190). Sum of RGB (Red+Green+Blue) = 193+186+190=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BABE is #3E4541. Grayscale: #BCBCBC. Windows color (decimal): -4080962 or 12499649. OLE color: 12499649.

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

Color convert

RGB193186190-
CMYK00.040.020.24
HSL325.71º5.34%74.31%-
HSV(B)325.71º3.63%75.69%-
XYZ48.8550.1755.83-
YUV188.55128.82131.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.92%
GREEN value IS 186 (73.05% from 255) = 32.69%
BLUE value IS 190 (74.61% from 255) = 33.39%
R=33.92%
G=32.69%
B=33.39%

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
Decimal19318619000.040.020.24325.715.3474.31
HexC1BABE0421814654a
Octal301272276042305065112
Binary110000011011101010111110010010110001010001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BABE; }

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

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

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

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

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

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

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

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