#C7B7BF

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

Shades of Maverick #C7B7BF

Tints of Maverick #C7B7BF

Color information

#C7B7BF (or 0xC7B7BF) is unknown color: approx Maverick. HEX triplet: C7, B7 and BF. RGB value is (199,183,191). Sum of RGB (Red+Green+Blue) = 199+183+191=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B7BF is #384840. Grayscale: #BCBCBC. Windows color (decimal): -3688513 or 12564423. OLE color: 12564423.

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

Color convert

RGB199183191-
CMYK00.080.040.22
HSL330º12.5%74.9%-
HSV(B)330º8.04%78.04%-
XYZ49.8949.7756.27-
YUV188.7129.3135.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.73%
GREEN value IS 183 (71.88% from 255) = 31.94%
BLUE value IS 191 (75% from 255) = 33.33%
R=34.73%
G=31.94%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918319100.080.040.2233012.574.9
HexC7B7BF0841614ac4b
Octal30726727701042651214113
Binary110001111011011110111111010001001011010100101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B7BF; }

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

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

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

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

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

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

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

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