#C9A98E

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

Shades of Rodeo Dust #C9A98E

Tints of Rodeo Dust #C9A98E

Color information

#C9A98E (or 0xC9A98E) is unknown color: approx Rodeo Dust. HEX triplet: C9, A9 and 8E. RGB value is (201,169,142). Sum of RGB (Red+Green+Blue) = 201+169+142=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A98E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A98E is #365671. Grayscale: #AFAFAF. Windows color (decimal): -3561074 or 9349577. OLE color: 9349577.

HSL color Cylindrical-coordinate representation of color #C9A98E: hue angle of 27.46º 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 #C9A98E is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB201169142-
CMYK00.160.290.21
HSL27.46º35.33%67.25%-
HSV(B)27.46º29.35%78.82%-
XYZ43.1642.7531.57-
YUV175.49109.1146.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.26%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=39.26%
G=33.01%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116914200.160.290.2127.4635.3367.25
HexC9A98E0101D151b2343
Octal31125121602035253343103
Binary1100100110101001100011100100001110110101110111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A98E; }

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

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

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

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

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

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

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

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