#C8B1BB

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

Shades of Maverick #C8B1BB

Tints of Maverick #C8B1BB

Color information

#C8B1BB (or 0xC8B1BB) is unknown color: approx Maverick. HEX triplet: C8, B1 and BB. RGB value is (200,177,187). Sum of RGB (Red+Green+Blue) = 200+177+187=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 177 (69.53% from 255 or 31.38% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B1BB is #374E44. Grayscale: #B9B9B9. Windows color (decimal): -3624517 or 12300744. OLE color: 12300744.

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

Color convert

RGB200177187-
CMYK00.120.060.22
HSL333.91º17.29%73.92%-
HSV(B)333.91º11.5%78.43%-
XYZ48.5147.3153.59-
YUV185.02129.12138.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.46%
GREEN value IS 177 (69.53% from 255) = 31.38%
BLUE value IS 187 (73.44% from 255) = 33.16%
R=35.46%
G=31.38%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017718700.120.060.22333.9117.2973.92
HexC8B1BB0C61614e114a
Octal31026127301462651621112
Binary1100100010110001101110110110011010110101001110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B1BB; }

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

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

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

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

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

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

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

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