#C9AFBB

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

Shades of Maverick #C9AFBB

Tints of Maverick #C9AFBB

Color information

#C9AFBB (or 0xC9AFBB) is unknown color: approx Maverick. HEX triplet: C9, AF and BB. RGB value is (201,175,187). Sum of RGB (Red+Green+Blue) = 201+175+187=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFBB is #365044. Grayscale: #B8B8B8. Windows color (decimal): -3559493 or 12300233. OLE color: 12300233.

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

Color convert

RGB201175187-
CMYK00.130.070.21
HSL332.31º19.4%73.73%-
HSV(B)332.31º12.94%78.82%-
XYZ48.3946.6753.47-
YUV184.14129.61140.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.70%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 187 (73.44% from 255) = 33.21%
R=35.70%
G=31.08%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117518700.130.070.21332.3119.473.73
HexC9AFBB0D71514c134a
Octal31125727301572551423112
Binary1100100110101111101110110110111110101101001100100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AFBB; }

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

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

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

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

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

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

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

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