#C9A48D

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

Shades of Rodeo Dust #C9A48D

Tints of Rodeo Dust #C9A48D

Color information

#C9A48D (or 0xC9A48D) is unknown color: approx Rodeo Dust. HEX triplet: C9, A4 and 8D. RGB value is (201,164,141). Sum of RGB (Red+Green+Blue) = 201+164+141=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A48D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A48D is #365B72. Grayscale: #ACACAC. Windows color (decimal): -3562355 or 9282761. OLE color: 9282761.

HSL color Cylindrical-coordinate representation of color #C9A48D: hue angle of 23º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9A48D is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB201164141-
CMYK00.180.300.21
HSL23º35.71%67.06%-
HSV(B)23º29.85%78.82%-
XYZ42.1740.8930.87-
YUV172.44110.26148.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.72%
GREEN value IS 164 (64.45% from 255) = 32.41%
BLUE value IS 141 (55.47% from 255) = 27.87%
R=39.72%
G=32.41%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116414100.180.300.212335.7167.06
HexC9A48D0121E15172443
Octal31124421502236252744103
Binary1100100110100100100011010100101111010101101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A48D; }

 p { color: rgb(201,164,141); }

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

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

 a { background-color: rgb(201,164,141); }

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

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

 span { border-color: rgb(201,164,141); }

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