#C9ACBB

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

Shades of Maverick #C9ACBB

Tints of Maverick #C9ACBB

Color information

#C9ACBB (or 0xC9ACBB) is unknown color: approx Maverick. HEX triplet: C9, AC and BB. RGB value is (201,172,187). Sum of RGB (Red+Green+Blue) = 201+172+187=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ACBB is #365344. Grayscale: #B6B6B6. Windows color (decimal): -3560261 or 12299465. OLE color: 12299465.

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

Color convert

RGB201172187-
CMYK00.140.070.21
HSL328.97º21.17%73.14%-
HSV(B)328.97º14.43%78.82%-
XYZ47.8145.5153.28-
YUV182.38130.61141.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.89%
GREEN value IS 172 (67.58% from 255) = 30.71%
BLUE value IS 187 (73.44% from 255) = 33.39%
R=35.89%
G=30.71%
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.21
SystemRedGreenBlueCMYKHSL
Decimal20117218700.140.070.21328.9721.1773.14
HexC9ACBB0E7151491549
Octal31125427301672551125111
Binary1100100110101100101110110111011110101101001001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ACBB; }

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

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

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

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

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

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

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

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