#C6A984

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

Shades of Rodeo Dust #C6A984

Tints of Rodeo Dust #C6A984

Color information

#C6A984 (or 0xC6A984) is unknown color: approx Rodeo Dust. HEX triplet: C6, A9 and 84. RGB value is (198,169,132). Sum of RGB (Red+Green+Blue) = 198+169+132=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A984 is #39567B. Grayscale: #ADADAD. Windows color (decimal): -3757692 or 8694214. OLE color: 8694214.

HSL color Cylindrical-coordinate representation of color #C6A984: hue angle of 33.64º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6A984 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB198169132-
CMYK00.150.330.22
HSL33.64º36.67%64.71%-
HSV(B)33.64º33.33%77.65%-
XYZ41.6442.0527.75-
YUV173.45104.61145.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.68%
GREEN value IS 169 (66.41% from 255) = 33.87%
BLUE value IS 132 (51.95% from 255) = 26.45%
R=39.68%
G=33.87%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816913200.150.330.2233.6436.6764.71
HexC6A9840F2116222541
Octal30625120401741264245101
Binary11000110101010011000010001111100001101101000101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A984; }

 p { color: rgb(198,169,132); }

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

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

 a { background-color: rgb(198,169,132); }

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

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

 span { border-color: rgb(198,169,132); }

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