#C8B3BF

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

Shades of Maverick #C8B3BF

Tints of Maverick #C8B3BF

Color information

#C8B3BF (or 0xC8B3BF) is unknown color: approx Maverick. HEX triplet: C8, B3 and BF. RGB value is (200,179,191). Sum of RGB (Red+Green+Blue) = 200+179+191=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B3BF is #374C40. Grayscale: #BABABA. Windows color (decimal): -3624001 or 12563400. OLE color: 12563400.

HSL color Cylindrical-coordinate representation of color #C8B3BF: hue angle of 325.71º degrees, saturation: 0.16, 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 #C8B3BF is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB200179191-
CMYK00.100.040.22
HSL325.71º16.03%74.31%-
HSV(B)325.71º10.5%78.43%-
XYZ49.3448.2856.01-
YUV186.65130.46137.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.09%
GREEN value IS 179 (70.31% from 255) = 31.40%
BLUE value IS 191 (75% from 255) = 33.51%
R=35.09%
G=31.40%
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
Decimal20017919100.100.040.22325.7116.0374.31
HexC8B3BF0A416146104a
Octal31026327701242650620112
Binary1100100010110011101111110101010010110101000110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B3BF; }

 p { color: rgb(200,179,191); }

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

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

 a { background-color: rgb(200,179,191); }

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

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

 span { border-color: rgb(200,179,191); }

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