#C9A081

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

Shades of Rodeo Dust #C9A081

Tints of Rodeo Dust #C9A081

Color information

#C9A081 (or 0xC9A081) is unknown color: approx Rodeo Dust. HEX triplet: C9, A0 and 81. RGB value is (201,160,129). Sum of RGB (Red+Green+Blue) = 201+160+129=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A081 is #365F7E. Grayscale: #A8A8A8. Windows color (decimal): -3563391 or 8495305. OLE color: 8495305.

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

Color convert

RGB201160129-
CMYK00.200.360.21
HSL25.83º40%64.71%-
HSV(B)25.83º35.82%78.82%-
XYZ40.6239.1426.18-
YUV168.72105.58151.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.02%
GREEN value IS 160 (62.89% from 255) = 32.65%
BLUE value IS 129 (50.78% from 255) = 26.33%
R=41.02%
G=32.65%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116012900.200.360.2125.834064.71
HexC9A08101424151a2841
Octal31124020102444253250101
Binary11001001101000001000000101010010010010101110101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A081; }

 p { color: rgb(201,160,129); }

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

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

 a { background-color: rgb(201,160,129); }

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

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

 span { border-color: rgb(201,160,129); }

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