#C7B9BF

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

Shades of Maverick #C7B9BF

Tints of Maverick #C7B9BF

Color information

#C7B9BF (or 0xC7B9BF) is unknown color: approx Maverick. HEX triplet: C7, B9 and BF. RGB value is (199,185,191). Sum of RGB (Red+Green+Blue) = 199+185+191=575 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.61% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B9BF is #384640. Grayscale: #BDBDBD. Windows color (decimal): -3688001 or 12564935. OLE color: 12564935.

HSL color Cylindrical-coordinate representation of color #C7B9BF: hue angle of 334.29º degrees, saturation: 0.11, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7B9BF is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB199185191-
CMYK00.070.040.22
HSL334.29º11.11%75.29%-
HSV(B)334.29º7.04%78.04%-
XYZ50.3150.656.41-
YUV189.87128.64134.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.61%
GREEN value IS 185 (72.66% from 255) = 32.17%
BLUE value IS 191 (75% from 255) = 33.22%
R=34.61%
G=32.17%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918519100.070.040.22334.2911.1175.29
HexC7B9BF0741614eb4b
Octal3072712770742651613113
Binary11000111101110011011111101111001011010100111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B9BF; }

 p { color: rgb(199,185,191); }

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

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

 a { background-color: rgb(199,185,191); }

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

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

 span { border-color: rgb(199,185,191); }

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