#C9AFBD

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

Shades of Maverick #C9AFBD

Tints of Maverick #C9AFBD

Color information

#C9AFBD (or 0xC9AFBD) is unknown color: approx Maverick. HEX triplet: C9, AF and BD. RGB value is (201,175,189). Sum of RGB (Red+Green+Blue) = 201+175+189=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFBD is #365042. Grayscale: #B8B8B8. Windows color (decimal): -3559491 or 12431305. OLE color: 12431305.

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

Color convert

RGB201175189-
CMYK00.130.060.21
HSL327.69º19.4%73.73%-
HSV(B)327.69º12.94%78.82%-
XYZ48.646.7554.61-
YUV184.37130.61139.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.58%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=35.58%
G=30.97%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117518900.130.060.21327.6919.473.73
HexC9AFBD0D615148134a
Octal31125727501562551023112
Binary1100100110101111101111010110111010101101001000100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AFBD; }

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

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

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

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

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

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

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

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