#C9A47E

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

Shades of Rodeo Dust #C9A47E

Tints of Rodeo Dust #C9A47E

Color information

#C9A47E (or 0xC9A47E) is unknown color: approx Rodeo Dust. HEX triplet: C9, A4 and 7E. RGB value is (201,164,126). Sum of RGB (Red+Green+Blue) = 201+164+126=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A47E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A47E is #365B81. Grayscale: #AAAAAA. Windows color (decimal): -3562370 or 8299721. OLE color: 8299721.

HSL color Cylindrical-coordinate representation of color #C9A47E: hue angle of 30.4º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C9A47E is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB201164126-
CMYK00.180.370.21
HSL30.4º40.98%64.12%-
HSV(B)30.4º37.31%78.82%-
XYZ41.1340.4725.38-
YUV170.73102.76149.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.94%
GREEN value IS 164 (64.45% from 255) = 33.40%
BLUE value IS 126 (49.61% from 255) = 25.66%
R=40.94%
G=33.40%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116412600.180.370.2130.440.9864.12
HexC9A47E01225151e2940
Octal31124417602245253651100
Binary1100100110100100111111001001010010110101111101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A47E; }

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

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

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

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

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

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

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

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