#C8B2BF

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

Shades of Maverick #C8B2BF

Tints of Maverick #C8B2BF

Color information

#C8B2BF (or 0xC8B2BF) is unknown color: approx Maverick. HEX triplet: C8, B2 and BF. RGB value is (200,178,191). Sum of RGB (Red+Green+Blue) = 200+178+191=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B2BF is #374D40. Grayscale: #BABABA. Windows color (decimal): -3624257 or 12563144. OLE color: 12563144.

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

Color convert

RGB200178191-
CMYK00.110.040.22
HSL324.55º16.67%74.12%-
HSV(B)324.55º11%78.43%-
XYZ49.1447.8855.94-
YUV186.06130.79137.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.15%
GREEN value IS 178 (69.92% from 255) = 31.28%
BLUE value IS 191 (75% from 255) = 33.57%
R=35.15%
G=31.28%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017819100.110.040.22324.5516.6774.12
HexC8B2BF0B416145114a
Octal31026227701342650521112
Binary1100100010110010101111110101110010110101000101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B2BF; }

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

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

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

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

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

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

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

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