#C8A7BE

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

Shades of Maverick #C8A7BE

Tints of Maverick #C8A7BE

Color information

#C8A7BE (or 0xC8A7BE) is unknown color: approx Maverick. HEX triplet: C8, A7 and BE. RGB value is (200,167,190). Sum of RGB (Red+Green+Blue) = 200+167+190=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A7BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A7BE is #375841. Grayscale: #B3B3B3. Windows color (decimal): -3627074 or 12494792. OLE color: 12494792.

HSL color Cylindrical-coordinate representation of color #C8A7BE: hue angle of 318.18º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8A7BE is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB200167190-
CMYK00.160.050.22
HSL318.18º23.08%71.96%-
HSV(B)318.18º16.5%78.43%-
XYZ46.9343.6354.66-
YUV179.49133.93142.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.91%
GREEN value IS 167 (65.62% from 255) = 29.98%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=35.91%
G=29.98%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016719000.160.050.22318.1823.0871.96
HexC8A7BE01051613e1748
Octal31024727602052647627110
Binary11001000101001111011111001000010110110100111110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A7BE; }

 p { color: rgb(200,167,190); }

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

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

 a { background-color: rgb(200,167,190); }

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

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

 span { border-color: rgb(200,167,190); }

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