#C9A883

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

Shades of Rodeo Dust #C9A883

Tints of Rodeo Dust #C9A883

Color information

#C9A883 (or 0xC9A883) is unknown color: approx Rodeo Dust. HEX triplet: C9, A8 and 83. RGB value is (201,168,131). Sum of RGB (Red+Green+Blue) = 201+168+131=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A883 is #36577C. Grayscale: #ADADAD. Windows color (decimal): -3561341 or 8628425. OLE color: 8628425.

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

Color convert

RGB201168131-
CMYK00.160.350.21
HSL31.71º39.33%65.1%-
HSV(B)31.71º34.83%78.82%-
XYZ42.1942.0627.37-
YUV173.65103.93147.51-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.2%
GREEN value IS 168 (66.02% from 255) = 33.6%
BLUE value IS 131 (51.56% from 255) = 26.2%
R=40.2%
G=33.6%
B=26.2%

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
Decimal20116813100.160.350.2131.7139.3365.1
HexC9A8830102315202741
Octal31125020302043254047101
Binary110010011010100010000011010000100011101011000001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A883; }

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

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

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

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

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

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

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

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