#C4A9BF

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

Shades of Maverick #C4A9BF

Tints of Maverick #C4A9BF

Color information

#C4A9BF (or 0xC4A9BF) is unknown color: approx Maverick. HEX triplet: C4, A9 and BF. RGB value is (196,169,191). Sum of RGB (Red+Green+Blue) = 196+169+191=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A9BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A9BF is #3B5640. Grayscale: #B3B3B3. Windows color (decimal): -3888705 or 12560836. OLE color: 12560836.

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

Color convert

RGB196169191-
CMYK00.140.030.23
HSL311.11º18.62%71.57%-
HSV(B)311.11º13.78%76.86%-
XYZ46.3643.8755.32-
YUV179.58134.45139.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.25%
GREEN value IS 169 (66.41% from 255) = 30.40%
BLUE value IS 191 (75% from 255) = 34.35%
R=35.25%
G=30.40%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616919100.140.030.23311.1118.6271.57
HexC4A9BF0E3171371348
Octal30425127701632746723110
Binary110001001010100110111111011101110111100110111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A9BF; }

 p { color: rgb(196,169,191); }

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

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

 a { background-color: rgb(196,169,191); }

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

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

 span { border-color: rgb(196,169,191); }

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