#C7ACBA

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

Shades of Maverick #C7ACBA

Tints of Maverick #C7ACBA

Color information

#C7ACBA (or 0xC7ACBA) is unknown color: approx Maverick. HEX triplet: C7, AC and BA. RGB value is (199,172,186). Sum of RGB (Red+Green+Blue) = 199+172+186=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ACBA is #385345. Grayscale: #B5B5B5. Windows color (decimal): -3691334 or 12233927. OLE color: 12233927.

HSL color Cylindrical-coordinate representation of color #C7ACBA: hue angle of 328.89º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7ACBA is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB199172186-
CMYK00.140.070.22
HSL328.89º19.42%72.75%-
HSV(B)328.89º13.57%78.04%-
XYZ47.1745.1952.69-
YUV181.67130.45140.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.73%
GREEN value IS 172 (67.58% from 255) = 30.88%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=35.73%
G=30.88%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917218600.140.070.22328.8919.4272.75
HexC7ACBA0E7161491349
Octal30725427201672651123111
Binary1100011110101100101110100111011110110101001001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ACBA; }

 p { color: rgb(199,172,186); }

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

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

 a { background-color: rgb(199,172,186); }

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

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

 span { border-color: rgb(199,172,186); }

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