#C9A382

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

Shades of Rodeo Dust #C9A382

Tints of Rodeo Dust #C9A382

Color information

#C9A382 (or 0xC9A382) is unknown color: approx Rodeo Dust. HEX triplet: C9, A3 and 82. RGB value is (201,163,130). Sum of RGB (Red+Green+Blue) = 201+163+130=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A382 is #365C7D. Grayscale: #AAAAAA. Windows color (decimal): -3562622 or 8561609. OLE color: 8561609.

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

Color convert

RGB201163130-
CMYK00.190.350.21
HSL27.89º39.66%64.9%-
HSV(B)27.89º35.32%78.82%-
XYZ41.2140.2226.71-
YUV170.6105.09149.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.69%
GREEN value IS 163 (64.06% from 255) = 33.00%
BLUE value IS 130 (51.17% from 255) = 26.32%
R=40.69%
G=33.00%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116313000.190.350.2127.8939.6664.9
HexC9A38201323151c2841
Octal31124320202343253450101
Binary11001001101000111000001001001110001110101111001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A382; }

 p { color: rgb(201,163,130); }

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

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

 a { background-color: rgb(201,163,130); }

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

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

 span { border-color: rgb(201,163,130); }

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