#C4B3BF

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

Shades of Maverick #C4B3BF

Tints of Maverick #C4B3BF

Color information

#C4B3BF (or 0xC4B3BF) is unknown color: approx Maverick. HEX triplet: C4, B3 and BF. RGB value is (196,179,191). Sum of RGB (Red+Green+Blue) = 196+179+191=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B3BF is #3B4C40. Grayscale: #B9B9B9. Windows color (decimal): -3886145 or 12563396. OLE color: 12563396.

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

Color convert

RGB196179191-
CMYK00.090.030.23
HSL317.65º12.59%73.53%-
HSV(B)317.65º8.67%76.86%-
XYZ48.2947.7455.96-
YUV185.45131.13135.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.63%
GREEN value IS 179 (70.31% from 255) = 31.63%
BLUE value IS 191 (75% from 255) = 33.75%
R=34.63%
G=31.63%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617919100.090.030.23317.6512.5973.53
HexC4B3BF0931713ed4a
Octal30426327701132747615112
Binary11000100101100111011111101001111011110011111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B3BF; }

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

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

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

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

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

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

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

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