#C9A983

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

Shades of Rodeo Dust #C9A983

Tints of Rodeo Dust #C9A983

Color information

#C9A983 (or 0xC9A983) is unknown color: approx Rodeo Dust. HEX triplet: C9, A9 and 83. RGB value is (201,169,131). Sum of RGB (Red+Green+Blue) = 201+169+131=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A983 is #36567C. Grayscale: #AEAEAE. Windows color (decimal): -3561085 or 8628681. OLE color: 8628681.

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

Color convert

RGB201169131-
CMYK00.160.350.21
HSL32.57º39.33%65.1%-
HSV(B)32.57º34.83%78.82%-
XYZ42.3742.4327.43-
YUV174.24103.6147.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.12%
GREEN value IS 169 (66.41% from 255) = 33.73%
BLUE value IS 131 (51.56% from 255) = 26.15%
R=40.12%
G=33.73%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116913100.160.350.2132.5739.3365.1
HexC9A9830102315212741
Octal31125120302043254147101
Binary110010011010100110000011010000100011101011000011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A983; }

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

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

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

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

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

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

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

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