#C2BABE

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

Shades of Maverick #C2BABE

Tints of Maverick #C2BABE

Color information

#C2BABE (or 0xC2BABE) is unknown color: approx Maverick. HEX triplet: C2, BA and BE. RGB value is (194,186,190). Sum of RGB (Red+Green+Blue) = 194+186+190=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BABE is #3D4541. Grayscale: #BCBCBC. Windows color (decimal): -4015426 or 12499650. OLE color: 12499650.

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

Color convert

RGB194186190-
CMYK00.040.020.24
HSL330º6.15%74.51%-
HSV(B)330º4.12%76.08%-
XYZ49.150.355.84-
YUV188.85128.65131.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.04%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 190 (74.61% from 255) = 33.33%
R=34.04%
G=32.63%
B=33.33%

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
Decimal19418619000.040.020.243306.1574.51
HexC2BABE0421814a64b
Octal302272276042305126113
Binary110000101011101010111110010010110001010010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BABE; }

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

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

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

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

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

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

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

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