#C9ACBA

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

Shades of Maverick #C9ACBA

Tints of Maverick #C9ACBA

Color information

#C9ACBA (or 0xC9ACBA) is unknown color: approx Maverick. HEX triplet: C9, AC and BA. RGB value is (201,172,186). Sum of RGB (Red+Green+Blue) = 201+172+186=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ACBA is #365345. Grayscale: #B6B6B6. Windows color (decimal): -3560262 or 12233929. OLE color: 12233929.

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

Color convert

RGB201172186-
CMYK00.140.070.21
HSL331.03º21.17%73.14%-
HSV(B)331.03º14.43%78.82%-
XYZ47.745.4752.72-
YUV182.27130.11141.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.96%
GREEN value IS 172 (67.58% from 255) = 30.77%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=35.96%
G=30.77%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117218600.140.070.21331.0321.1773.14
HexC9ACBA0E71514b1549
Octal31125427201672551325111
Binary1100100110101100101110100111011110101101001011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ACBA; }

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

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

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

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

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

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

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

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