#C7A984

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

Shades of Rodeo Dust #C7A984

Tints of Rodeo Dust #C7A984

Color information

#C7A984 (or 0xC7A984) is unknown color: approx Rodeo Dust. HEX triplet: C7, A9 and 84. RGB value is (199,169,132). Sum of RGB (Red+Green+Blue) = 199+169+132=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A984 is #38567B. Grayscale: #ADADAD. Windows color (decimal): -3692156 or 8694215. OLE color: 8694215.

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

Color convert

RGB199169132-
CMYK00.150.340.22
HSL33.13º37.43%64.9%-
HSV(B)33.13º33.67%78.04%-
XYZ41.9142.1827.76-
YUV173.75104.44146.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.8%
GREEN value IS 169 (66.41% from 255) = 33.8%
BLUE value IS 132 (51.95% from 255) = 26.4%
R=39.8%
G=33.8%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916913200.150.340.2233.1337.4364.9
HexC7A9840F2216212541
Octal30725120401742264145101
Binary11000111101010011000010001111100010101101000011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A984; }

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

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

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

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

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

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

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

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