#C9A990

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

Shades of Rodeo Dust #C9A990

Tints of Rodeo Dust #C9A990

Color information

#C9A990 (or 0xC9A990) is unknown color: approx Rodeo Dust. HEX triplet: C9, A9 and 90. RGB value is (201,169,144). Sum of RGB (Red+Green+Blue) = 201+169+144=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A990 is #36566F. Grayscale: #AFAFAF. Windows color (decimal): -3561072 or 9480649. OLE color: 9480649.

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

Color convert

RGB201169144-
CMYK00.160.280.21
HSL26.32º34.55%67.65%-
HSV(B)26.32º28.36%78.82%-
XYZ43.3142.8132.37-
YUV175.72110.1146.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.11%
GREEN value IS 169 (66.41% from 255) = 32.88%
BLUE value IS 144 (56.64% from 255) = 28.02%
R=39.11%
G=32.88%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116914400.160.280.2126.3234.5567.65
HexC9A9900101C151a2344
Octal31125122002034253243104
Binary1100100110101001100100000100001110010101110101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A990; }

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

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

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

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

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

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

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

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