#C9A48E

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

Shades of Rodeo Dust #C9A48E

Tints of Rodeo Dust #C9A48E

Color information

#C9A48E (or 0xC9A48E) is unknown color: approx Rodeo Dust. HEX triplet: C9, A4 and 8E. RGB value is (201,164,142). Sum of RGB (Red+Green+Blue) = 201+164+142=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A48E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A48E is #365B71. Grayscale: #ACACAC. Windows color (decimal): -3562354 or 9348297. OLE color: 9348297.

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

Color convert

RGB201164142-
CMYK00.180.290.21
HSL22.37º35.33%67.25%-
HSV(B)22.37º29.35%78.82%-
XYZ42.2540.9231.26-
YUV172.55110.76148.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.64%
GREEN value IS 164 (64.45% from 255) = 32.35%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=39.64%
G=32.35%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116414200.180.290.2122.3735.3367.25
HexC9A48E0121D15162343
Octal31124421602235252643103
Binary1100100110100100100011100100101110110101101101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A48E; }

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

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

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

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

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

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

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

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