#C8B0BF

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

Shades of Maverick #C8B0BF

Tints of Maverick #C8B0BF

Color information

#C8B0BF (or 0xC8B0BF) is unknown color: approx Maverick. HEX triplet: C8, B0 and BF. RGB value is (200,176,191). Sum of RGB (Red+Green+Blue) = 200+176+191=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B0BF is #374F40. Grayscale: #B8B8B8. Windows color (decimal): -3624769 or 12562632. OLE color: 12562632.

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

Color convert

RGB200176191-
CMYK00.120.040.22
HSL322.5º17.91%73.73%-
HSV(B)322.5º12%78.43%-
XYZ48.7547.0955.81-
YUV184.89131.45138.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.27%
GREEN value IS 176 (69.14% from 255) = 31.04%
BLUE value IS 191 (75% from 255) = 33.69%
R=35.27%
G=31.04%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017619100.120.040.22322.517.9173.73
HexC8B0BF0C416142124a
Octal31026027701442650222112
Binary1100100010110000101111110110010010110101000010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B0BF; }

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

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

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

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

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

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

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

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