#C8A7C1

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

Shades of Maverick #C8A7C1

Tints of Maverick #C8A7C1

Color information

#C8A7C1 (or 0xC8A7C1) is unknown color: approx Maverick. HEX triplet: C8, A7 and C1. RGB value is (200,167,193). Sum of RGB (Red+Green+Blue) = 200+167+193=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 167 (65.62% from 255 or 29.82% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A7C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A7C1 is #37583E. Grayscale: #B3B3B3. Windows color (decimal): -3627071 or 12691400. OLE color: 12691400.

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

Color convert

RGB200167193-
CMYK00.160.040.22
HSL312.73º23.08%71.96%-
HSV(B)312.73º16.5%78.43%-
XYZ47.2643.7756.41-
YUV179.83135.43142.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.71%
GREEN value IS 167 (65.62% from 255) = 29.82%
BLUE value IS 193 (75.78% from 255) = 34.46%
R=35.71%
G=29.82%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016719300.160.040.22312.7323.0871.96
HexC8A7C10104161391748
Octal31024730102042647127110
Binary11001000101001111100000101000010010110100111001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A7C1; }

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

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

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

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

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

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

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

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