#C7B4BF

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

Shades of Maverick #C7B4BF

Tints of Maverick #C7B4BF

Color information

#C7B4BF (or 0xC7B4BF) is unknown color: approx Maverick. HEX triplet: C7, B4 and BF. RGB value is (199,180,191). Sum of RGB (Red+Green+Blue) = 199+180+191=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 180 (70.70% from 255 or 31.58% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B4BF is #384B40. Grayscale: #BABABA. Windows color (decimal): -3689281 or 12563655. OLE color: 12563655.

HSL color Cylindrical-coordinate representation of color #C7B4BF: hue angle of 325.26º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7B4BF is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB199180191-
CMYK00.100.040.22
HSL325.26º14.5%74.31%-
HSV(B)325.26º9.55%78.04%-
XYZ49.2848.5556.06-
YUV186.94130.29136.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.91%
GREEN value IS 180 (70.70% from 255) = 31.58%
BLUE value IS 191 (75% from 255) = 33.51%
R=34.91%
G=31.58%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918019100.100.040.22325.2614.574.31
HexC7B4BF0A416145f4a
Octal30726427701242650517112
Binary110001111011010010111111010101001011010100010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B4BF; }

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

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

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

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

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

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

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

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