#C8A6C1

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

Shades of Maverick #C8A6C1

Tints of Maverick #C8A6C1

Color information

#C8A6C1 (or 0xC8A6C1) is unknown color: approx Maverick. HEX triplet: C8, A6 and C1. RGB value is (200,166,193). Sum of RGB (Red+Green+Blue) = 200+166+193=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A6C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A6C1 is #37593E. Grayscale: #B3B3B3. Windows color (decimal): -3627327 or 12691144. OLE color: 12691144.

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

Color convert

RGB200166193-
CMYK00.170.040.22
HSL312.35º23.61%71.76%-
HSV(B)312.35º17%78.43%-
XYZ47.0843.456.35-
YUV179.24135.76142.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.78%
GREEN value IS 166 (65.23% from 255) = 29.70%
BLUE value IS 193 (75.78% from 255) = 34.53%
R=35.78%
G=29.70%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016619300.170.040.22312.3523.6171.76
HexC8A6C10114161381848
Octal31024630102142647030110
Binary11001000101001101100000101000110010110100111000110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A6C1; }

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

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

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

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

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

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

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

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