#C4A8BF

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

Shades of Maverick #C4A8BF

Tints of Maverick #C4A8BF

Color information

#C4A8BF (or 0xC4A8BF) is unknown color: approx Maverick. HEX triplet: C4, A8 and BF. RGB value is (196,168,191). Sum of RGB (Red+Green+Blue) = 196+168+191=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A8BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A8BF is #3B5740. Grayscale: #B2B2B2. Windows color (decimal): -3888961 or 12560580. OLE color: 12560580.

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

Color convert

RGB196168191-
CMYK00.140.030.23
HSL310.71º19.18%71.37%-
HSV(B)310.71º14.29%76.86%-
XYZ46.1743.555.25-
YUV178.99134.78140.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.32%
GREEN value IS 168 (66.02% from 255) = 30.27%
BLUE value IS 191 (75% from 255) = 34.41%
R=35.32%
G=30.27%
B=34.41%

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
Decimal19616819100.140.030.23310.7119.1871.37
HexC4A8BF0E3171371347
Octal30425027701632746723107
Binary110001001010100010111111011101110111100110111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A8BF; }

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

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

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

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

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

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

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

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