#C4A6BE

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

Shades of Maverick #C4A6BE

Tints of Maverick #C4A6BE

Color information

#C4A6BE (or 0xC4A6BE) is unknown color: approx Maverick. HEX triplet: C4, A6 and BE. RGB value is (196,166,190). Sum of RGB (Red+Green+Blue) = 196+166+190=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A6BE is #3B5941. Grayscale: #B1B1B1. Windows color (decimal): -3889474 or 12494532. OLE color: 12494532.

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

Color convert

RGB196166190-
CMYK00.150.030.23
HSL312º20.27%70.98%-
HSV(B)312º15.31%76.86%-
XYZ45.742.7354.55-
YUV177.71134.94141.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.51%
GREEN value IS 166 (65.23% from 255) = 30.07%
BLUE value IS 190 (74.61% from 255) = 34.42%
R=35.51%
G=30.07%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616619000.150.030.2331220.2770.98
HexC4A6BE0F3171381447
Octal30424627601732747024107
Binary110001001010011010111110011111110111100111000101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A6BE; }

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

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

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

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

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

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

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

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