#C8A7BD

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

Shades of Maverick #C8A7BD

Tints of Maverick #C8A7BD

Color information

#C8A7BD (or 0xC8A7BD) is unknown color: approx Maverick. HEX triplet: C8, A7 and BD. RGB value is (200,167,189). Sum of RGB (Red+Green+Blue) = 200+167+189=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A7BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A7BD is #375842. Grayscale: #B3B3B3. Windows color (decimal): -3627075 or 12429256. OLE color: 12429256.

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

Color convert

RGB200167189-
CMYK00.160.060.22
HSL320º23.08%71.96%-
HSV(B)320º16.5%78.43%-
XYZ46.8243.5954.09-
YUV179.38133.43142.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.97%
GREEN value IS 167 (65.62% from 255) = 30.04%
BLUE value IS 189 (74.22% from 255) = 33.99%
R=35.97%
G=30.04%
B=33.99%

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
Decimal20016718900.160.060.2232023.0871.96
HexC8A7BD0106161401748
Octal31024727502062650027110
Binary11001000101001111011110101000011010110101000000101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A7BD; }

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

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

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

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

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

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

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

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