#C5A480

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

Shades of Rodeo Dust #C5A480

Tints of Rodeo Dust #C5A480

Color information

#C5A480 (or 0xC5A480) is unknown color: approx Rodeo Dust. HEX triplet: C5, A4 and 80. RGB value is (197,164,128). Sum of RGB (Red+Green+Blue) = 197+164+128=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A480 is #3A5B7F. Grayscale: #A9A9A9. Windows color (decimal): -3824512 or 8430789. OLE color: 8430789.

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

Color convert

RGB197164128-
CMYK00.170.350.23
HSL31.3º37.3%63.73%-
HSV(B)31.3º35.03%77.25%-
XYZ40.239.9826.02-
YUV169.76104.43147.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.29%
GREEN value IS 164 (64.45% from 255) = 33.54%
BLUE value IS 128 (50.39% from 255) = 26.18%
R=40.29%
G=33.54%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716412800.170.350.2331.337.363.73
HexC5A48001123171f2540
Octal30524420002143273745100
Binary11000101101001001000000001000110001110111111111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A480; }

 p { color: rgb(197,164,128); }

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

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

 a { background-color: rgb(197,164,128); }

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

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

 span { border-color: rgb(197,164,128); }

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