#C8A7BB

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

Shades of Maverick #C8A7BB

Tints of Maverick #C8A7BB

Color information

#C8A7BB (or 0xC8A7BB) is unknown color: approx Maverick. HEX triplet: C8, A7 and BB. RGB value is (200,167,187). Sum of RGB (Red+Green+Blue) = 200+167+187=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A7BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A7BB is #375844. Grayscale: #B3B3B3. Windows color (decimal): -3627077 or 12298184. OLE color: 12298184.

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

Color convert

RGB200167187-
CMYK00.160.060.22
HSL323.64º23.08%71.96%-
HSV(B)323.64º16.5%78.43%-
XYZ46.6143.552.95-
YUV179.15132.43142.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.10%
GREEN value IS 167 (65.62% from 255) = 30.14%
BLUE value IS 187 (73.44% from 255) = 33.75%
R=36.10%
G=30.14%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016718700.160.060.22323.6423.0871.96
HexC8A7BB0106161441748
Octal31024727302062650427110
Binary11001000101001111011101101000011010110101000100101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A7BB; }

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

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

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

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

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

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

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

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