#C9A884

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

Shades of Rodeo Dust #C9A884

Tints of Rodeo Dust #C9A884

Color information

#C9A884 (or 0xC9A884) is unknown color: approx Rodeo Dust. HEX triplet: C9, A8 and 84. RGB value is (201,168,132). Sum of RGB (Red+Green+Blue) = 201+168+132=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A884 is #36577B. Grayscale: #ADADAD. Windows color (decimal): -3561340 or 8693961. OLE color: 8693961.

HSL color Cylindrical-coordinate representation of color #C9A884: hue angle of 31.3º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C9A884 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB201168132-
CMYK00.160.340.21
HSL31.3º38.98%65.29%-
HSV(B)31.3º34.33%78.82%-
XYZ42.2542.0927.73-
YUV173.76104.43147.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.12%
GREEN value IS 168 (66.02% from 255) = 33.53%
BLUE value IS 132 (51.95% from 255) = 26.35%
R=40.12%
G=33.53%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116813200.160.340.2131.338.9865.29
HexC9A88401022151f2741
Octal31125020402042253747101
Binary11001001101010001000010001000010001010101111111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A884; }

 p { color: rgb(201,168,132); }

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

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

 a { background-color: rgb(201,168,132); }

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

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

 span { border-color: rgb(201,168,132); }

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