#C9A585

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

Shades of Rodeo Dust #C9A585

Tints of Rodeo Dust #C9A585

Color information

#C9A585 (or 0xC9A585) is unknown color: approx Rodeo Dust. HEX triplet: C9, A5 and 85. RGB value is (201,165,133). Sum of RGB (Red+Green+Blue) = 201+165+133=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A585 is #365A7A. Grayscale: #ACACAC. Windows color (decimal): -3562107 or 8758729. OLE color: 8758729.

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

Color convert

RGB201165133-
CMYK00.180.340.21
HSL28.24º38.64%65.49%-
HSV(B)28.24º33.83%78.82%-
XYZ41.7841.0227.91-
YUV172.12105.93148.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.28%
GREEN value IS 165 (64.84% from 255) = 33.07%
BLUE value IS 133 (52.34% from 255) = 26.65%
R=40.28%
G=33.07%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116513300.180.340.2128.2438.6465.49
HexC9A58501222151c2741
Octal31124520502242253447101
Binary11001001101001011000010101001010001010101111001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A585; }

 p { color: rgb(201,165,133); }

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

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

 a { background-color: rgb(201,165,133); }

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

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

 span { border-color: rgb(201,165,133); }

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