#C8B4BF

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

Shades of Maverick #C8B4BF

Tints of Maverick #C8B4BF

Color information

#C8B4BF (or 0xC8B4BF) is unknown color: approx Maverick. HEX triplet: C8, B4 and BF. RGB value is (200,180,191). Sum of RGB (Red+Green+Blue) = 200+180+191=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B4BF is #374B40. Grayscale: #BBBBBB. Windows color (decimal): -3623745 or 12563656. OLE color: 12563656.

HSL color Cylindrical-coordinate representation of color #C8B4BF: hue angle of 327º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8B4BF is Cyan = 0, Magento = 0.1, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB200180191-
CMYK00.10.040.22
HSL327º15.38%74.51%-
HSV(B)327º10%78.43%-
XYZ49.5448.6856.08-
YUV187.23130.13137.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.03%
GREEN value IS 180 (70.70% from 255) = 31.52%
BLUE value IS 191 (75% from 255) = 33.45%
R=35.03%
G=31.52%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018019100.10.040.2232715.3874.51
HexC8B4BF0A416147f4b
Octal31026427701242650717113
Binary110010001011010010111111010101001011010100011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B4BF; }

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

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

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

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

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

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

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

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