#C9A98D

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

Shades of Rodeo Dust #C9A98D

Tints of Rodeo Dust #C9A98D

Color information

#C9A98D (or 0xC9A98D) is unknown color: approx Rodeo Dust. HEX triplet: C9, A9 and 8D. RGB value is (201,169,141). Sum of RGB (Red+Green+Blue) = 201+169+141=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A98D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A98D is #365672. Grayscale: #AFAFAF. Windows color (decimal): -3561075 or 9284041. OLE color: 9284041.

HSL color Cylindrical-coordinate representation of color #C9A98D: hue angle of 28º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9A98D is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB201169141-
CMYK00.160.300.21
HSL28º35.71%67.06%-
HSV(B)28º29.85%78.82%-
XYZ43.0842.7231.17-
YUV175.38108.6146.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.33%
GREEN value IS 169 (66.41% from 255) = 33.07%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=39.33%
G=33.07%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116914100.160.300.212835.7167.06
HexC9A98D0101E151c2443
Octal31125121502036253444103
Binary1100100110101001100011010100001111010101111001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A98D; }

 p { color: rgb(201,169,141); }

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

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

 a { background-color: rgb(201,169,141); }

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

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

 span { border-color: rgb(201,169,141); }

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