#C4BABE

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

Shades of Maverick #C4BABE

Tints of Maverick #C4BABE

Color information

#C4BABE (or 0xC4BABE) is unknown color: approx Maverick. HEX triplet: C4, BA and BE. RGB value is (196,186,190). Sum of RGB (Red+Green+Blue) = 196+186+190=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BABE is #3B4541. Grayscale: #BDBDBD. Windows color (decimal): -3884354 or 12499652. OLE color: 12499652.

HSL color Cylindrical-coordinate representation of color #C4BABE: hue angle of 336º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C4BABE is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB196186190-
CMYK00.050.030.23
HSL336º7.81%74.9%-
HSV(B)336º5.1%76.86%-
XYZ49.6250.5755.86-
YUV189.45128.31132.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.27%
GREEN value IS 186 (73.05% from 255) = 32.52%
BLUE value IS 190 (74.61% from 255) = 33.22%
R=34.27%
G=32.52%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618619000.050.030.233367.8174.9
HexC4BABE0531715084b
Octal3042722760532752010113
Binary1100010010111010101111100101111011110101000010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BABE; }

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

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

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

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

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

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

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

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