#C7ACBB

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

Shades of Maverick #C7ACBB

Tints of Maverick #C7ACBB

Color information

#C7ACBB (or 0xC7ACBB) is unknown color: approx Maverick. HEX triplet: C7, AC and BB. RGB value is (199,172,187). Sum of RGB (Red+Green+Blue) = 199+172+187=558 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.66% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ACBB is #385344. Grayscale: #B5B5B5. Windows color (decimal): -3691333 or 12299463. OLE color: 12299463.

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

Color convert

RGB199172187-
CMYK00.140.060.22
HSL326.67º19.42%72.75%-
HSV(B)326.67º13.57%78.04%-
XYZ47.2845.2453.25-
YUV181.78130.95140.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.66%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 187 (73.44% from 255) = 33.51%
R=35.66%
G=30.82%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917218700.140.060.22326.6719.4272.75
HexC7ACBB0E6161471349
Octal30725427301662650723111
Binary1100011110101100101110110111011010110101000111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ACBB; }

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

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

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

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

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

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

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

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