#C4B7BF

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

Shades of Maverick #C4B7BF

Tints of Maverick #C4B7BF

Color information

#C4B7BF (or 0xC4B7BF) is unknown color: approx Maverick. HEX triplet: C4, B7 and BF. RGB value is (196,183,191). Sum of RGB (Red+Green+Blue) = 196+183+191=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 183 (71.88% from 255 or 32.11% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B7BF is #3B4840. Grayscale: #BBBBBB. Windows color (decimal): -3885121 or 12564420. OLE color: 12564420.

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

Color convert

RGB196183191-
CMYK00.070.030.23
HSL323.08º9.92%74.31%-
HSV(B)323.08º6.63%76.86%-
XYZ49.149.3656.23-
YUV187.8129.81133.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.39%
GREEN value IS 183 (71.88% from 255) = 32.11%
BLUE value IS 191 (75% from 255) = 33.51%
R=34.39%
G=32.11%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618319100.070.030.23323.089.9274.31
HexC4B7BF07317143a4a
Octal3042672770732750312112
Binary1100010010110111101111110111111011110100001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B7BF; }

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

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

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

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

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

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

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

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