#C8B1BE

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

Shades of Maverick #C8B1BE

Tints of Maverick #C8B1BE

Color information

#C8B1BE (or 0xC8B1BE) is unknown color: approx Maverick. HEX triplet: C8, B1 and BE. RGB value is (200,177,190). Sum of RGB (Red+Green+Blue) = 200+177+190=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B1BE is #374E41. Grayscale: #B9B9B9. Windows color (decimal): -3624514 or 12497352. OLE color: 12497352.

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

Color convert

RGB200177190-
CMYK00.120.050.22
HSL326.09º17.29%73.92%-
HSV(B)326.09º11.5%78.43%-
XYZ48.8447.4455.3-
YUV185.36130.62138.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.27%
GREEN value IS 177 (69.53% from 255) = 31.22%
BLUE value IS 190 (74.61% from 255) = 33.51%
R=35.27%
G=31.22%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017719000.120.050.22326.0917.2973.92
HexC8B1BE0C516146114a
Octal31026127601452650621112
Binary1100100010110001101111100110010110110101000110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B1BE; }

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

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

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

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

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

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

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

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