#C7A6BD

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

Shades of Maverick #C7A6BD

Tints of Maverick #C7A6BD

Color information

#C7A6BD (or 0xC7A6BD) is unknown color: approx Maverick. HEX triplet: C7, A6 and BD. RGB value is (199,166,189). Sum of RGB (Red+Green+Blue) = 199+166+189=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A6BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A6BD is #385942. Grayscale: #B2B2B2. Windows color (decimal): -3692867 or 12428999. OLE color: 12428999.

HSL color Cylindrical-coordinate representation of color #C7A6BD: 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 #C7A6BD is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB199166189-
CMYK00.170.050.22
HSL318.18º22.76%71.57%-
HSV(B)318.18º16.58%78.04%-
XYZ46.3743.0954.02-
YUV178.49133.93142.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.92%
GREEN value IS 166 (65.23% from 255) = 29.96%
BLUE value IS 189 (74.22% from 255) = 34.12%
R=35.92%
G=29.96%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916618900.170.050.22318.1822.7671.57
HexC7A6BD01151613e1748
Octal30724627502152647627110
Binary11000111101001101011110101000110110110100111110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A6BD; }

 p { color: rgb(199,166,189); }

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

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

 a { background-color: rgb(199,166,189); }

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

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

 span { border-color: rgb(199,166,189); }

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