#C8B1BD

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

Shades of Maverick #C8B1BD

Tints of Maverick #C8B1BD

Color information

#C8B1BD (or 0xC8B1BD) is unknown color: approx Maverick. HEX triplet: C8, B1 and BD. RGB value is (200,177,189). Sum of RGB (Red+Green+Blue) = 200+177+189=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B1BD is #374E42. Grayscale: #B9B9B9. Windows color (decimal): -3624515 or 12431816. OLE color: 12431816.

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

Color convert

RGB200177189-
CMYK00.120.060.22
HSL328.7º17.29%73.92%-
HSV(B)328.7º11.5%78.43%-
XYZ48.7347.454.72-
YUV185.24130.12138.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.34%
GREEN value IS 177 (69.53% from 255) = 31.27%
BLUE value IS 189 (74.22% from 255) = 33.39%
R=35.34%
G=31.27%
B=33.39%

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
Decimal20017718900.120.060.22328.717.2973.92
HexC8B1BD0C616149114a
Octal31026127501462651121112
Binary1100100010110001101111010110011010110101001001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B1BD; }

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

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

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

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

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

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

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

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