#C9A7BB

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

Shades of Maverick #C9A7BB

Tints of Maverick #C9A7BB

Color information

#C9A7BB (or 0xC9A7BB) is unknown color: approx Maverick. HEX triplet: C9, A7 and BB. RGB value is (201,167,187). Sum of RGB (Red+Green+Blue) = 201+167+187=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A7BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A7BB is #365844. Grayscale: #B3B3B3. Windows color (decimal): -3561541 or 12298185. OLE color: 12298185.

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

Color convert

RGB201167187-
CMYK00.170.070.21
HSL324.71º23.94%72.16%-
HSV(B)324.71º16.92%78.82%-
XYZ46.8843.6452.97-
YUV179.45132.26143.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.22%
GREEN value IS 167 (65.62% from 255) = 30.09%
BLUE value IS 187 (73.44% from 255) = 33.69%
R=36.22%
G=30.09%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116718700.170.070.21324.7123.9472.16
HexC9A7BB0117151451848
Octal31124727302172550530110
Binary11001001101001111011101101000111110101101000101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A7BB; }

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

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

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

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

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

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

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

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