#C5A680

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

Shades of Rodeo Dust #C5A680

Tints of Rodeo Dust #C5A680

Color information

#C5A680 (or 0xC5A680) is unknown color: approx Rodeo Dust. HEX triplet: C5, A6 and 80. RGB value is (197,166,128). Sum of RGB (Red+Green+Blue) = 197+166+128=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A680 is #3A597F. Grayscale: #ABABAB. Windows color (decimal): -3824000 or 8431301. OLE color: 8431301.

HSL color Cylindrical-coordinate representation of color #C5A680: hue angle of 33.04º 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 #C5A680 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB197166128-
CMYK00.160.350.23
HSL33.04º37.3%63.73%-
HSV(B)33.04º35.03%77.25%-
XYZ40.5640.726.14-
YUV170.94103.77146.59-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.12%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 128 (50.39% from 255) = 26.07%
R=40.12%
G=33.81%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716612800.160.350.2333.0437.363.73
HexC5A6800102317212540
Octal30524620002043274145100
Binary110001011010011010000000010000100011101111000011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A680; }

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

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

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

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

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

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

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

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