#C9A284

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

Shades of Rodeo Dust #C9A284

Tints of Rodeo Dust #C9A284

Color information

#C9A284 (or 0xC9A284) is unknown color: approx Rodeo Dust. HEX triplet: C9, A2 and 84. RGB value is (201,162,132). Sum of RGB (Red+Green+Blue) = 201+162+132=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A284 is #365D7B. Grayscale: #AAAAAA. Windows color (decimal): -3562876 or 8692425. OLE color: 8692425.

HSL color Cylindrical-coordinate representation of color #C9A284: hue angle of 26.09º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C9A284 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB201162132-
CMYK00.190.340.21
HSL26.09º38.98%65.29%-
HSV(B)26.09º34.33%78.82%-
XYZ41.1739.9227.37-
YUV170.24106.42149.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.61%
GREEN value IS 162 (63.67% from 255) = 32.73%
BLUE value IS 132 (51.95% from 255) = 26.67%
R=40.61%
G=32.73%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116213200.190.340.2126.0938.9865.29
HexC9A28401322151a2741
Octal31124220402342253247101
Binary11001001101000101000010001001110001010101110101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A284; }

 p { color: rgb(201,162,132); }

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

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

 a { background-color: rgb(201,162,132); }

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

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

 span { border-color: rgb(201,162,132); }

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