#C9AFBF

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

Shades of Maverick #C9AFBF

Tints of Maverick #C9AFBF

Color information

#C9AFBF (or 0xC9AFBF) is unknown color: approx Maverick. HEX triplet: C9, AF and BF. RGB value is (201,175,191). Sum of RGB (Red+Green+Blue) = 201+175+191=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFBF is #365040. Grayscale: #B8B8B8. Windows color (decimal): -3559489 or 12562377. OLE color: 12562377.

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

Color convert

RGB201175191-
CMYK00.130.050.21
HSL323.08º19.4%73.73%-
HSV(B)323.08º12.94%78.82%-
XYZ48.8246.8455.76-
YUV184.6131.61139.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.45%
GREEN value IS 175 (68.75% from 255) = 30.86%
BLUE value IS 191 (75% from 255) = 33.69%
R=35.45%
G=30.86%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117519100.130.050.21323.0819.473.73
HexC9AFBF0D515143134a
Octal31125727701552550323112
Binary1100100110101111101111110110110110101101000011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AFBF; }

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

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

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

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

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

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

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

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