#C7B5BE

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

Shades of Maverick #C7B5BE

Tints of Maverick #C7B5BE

Color information

#C7B5BE (or 0xC7B5BE) is unknown color: approx Maverick. HEX triplet: C7, B5 and BE. RGB value is (199,181,190). Sum of RGB (Red+Green+Blue) = 199+181+190=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B5BE is #384A41. Grayscale: #BBBBBB. Windows color (decimal): -3689026 or 12498375. OLE color: 12498375.

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

Color convert

RGB199181190-
CMYK00.090.050.22
HSL330º13.85%74.51%-
HSV(B)330º9.05%78.04%-
XYZ49.3748.9155.55-
YUV187.41129.46136.27-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.91%
GREEN value IS 181 (71.09% from 255) = 31.75%
BLUE value IS 190 (74.61% from 255) = 33.33%
R=34.91%
G=31.75%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918119000.090.050.2233013.8574.51
HexC7B5BE0951614ae4b
Octal30726527601152651216113
Binary110001111011010110111110010011011011010100101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B5BE; }

 p { color: rgb(199,181,190); }

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

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

 a { background-color: rgb(199,181,190); }

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

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

 span { border-color: rgb(199,181,190); }

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