#C6A580

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

Shades of Rodeo Dust #C6A580

Tints of Rodeo Dust #C6A580

Color information

#C6A580 (or 0xC6A580) is unknown color: approx Rodeo Dust. HEX triplet: C6, A5 and 80. RGB value is (198,165,128). Sum of RGB (Red+Green+Blue) = 198+165+128=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A580 is #395A7F. Grayscale: #AAAAAA. Windows color (decimal): -3758720 or 8431046. OLE color: 8431046.

HSL color Cylindrical-coordinate representation of color #C6A580: hue angle of 31.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C6A580 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB198165128-
CMYK00.170.350.22
HSL31.71º38.04%63.92%-
HSV(B)31.71º35.35%77.65%-
XYZ40.6440.4726.09-
YUV170.65103.93147.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 165 (64.84% from 255) = 33.60%
BLUE value IS 128 (50.39% from 255) = 26.07%
R=40.33%
G=33.60%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816512800.170.350.2231.7138.0463.92
HexC6A5800112316202640
Octal30624520002143264046100
Binary110001101010010110000000010001100011101101000001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A580; }

 p { color: rgb(198,165,128); }

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

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

 a { background-color: rgb(198,165,128); }

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

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

 span { border-color: rgb(198,165,128); }

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