#C8B3BE

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

Shades of Maverick #C8B3BE

Tints of Maverick #C8B3BE

Color information

#C8B3BE (or 0xC8B3BE) is unknown color: approx Maverick. HEX triplet: C8, B3 and BE. RGB value is (200,179,190). Sum of RGB (Red+Green+Blue) = 200+179+190=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B3BE is #374C41. Grayscale: #BABABA. Windows color (decimal): -3624002 or 12497864. OLE color: 12497864.

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

Color convert

RGB200179190-
CMYK00.100.050.22
HSL328.57º16.03%74.31%-
HSV(B)328.57º10.5%78.43%-
XYZ49.2348.2455.43-
YUV186.53129.96137.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.15%
GREEN value IS 179 (70.31% from 255) = 31.46%
BLUE value IS 190 (74.61% from 255) = 33.39%
R=35.15%
G=31.46%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017919000.100.050.22328.5716.0374.31
HexC8B3BE0A516149104a
Octal31026327601252651120112
Binary1100100010110011101111100101010110110101001001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B3BE; }

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

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

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

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

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

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

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

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