#C5A781

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

Shades of Rodeo Dust #C5A781

Tints of Rodeo Dust #C5A781

Color information

#C5A781 (or 0xC5A781) is unknown color: approx Rodeo Dust. HEX triplet: C5, A7 and 81. RGB value is (197,167,129). Sum of RGB (Red+Green+Blue) = 197+167+129=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A781 is #3A587E. Grayscale: #ABABAB. Windows color (decimal): -3823743 or 8497093. OLE color: 8497093.

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

Color convert

RGB197167129-
CMYK00.150.350.23
HSL33.53º36.96%63.92%-
HSV(B)33.53º34.52%77.25%-
XYZ40.8141.0926.55-
YUV171.64103.94146.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.96%
GREEN value IS 167 (65.62% from 255) = 33.87%
BLUE value IS 129 (50.78% from 255) = 26.17%
R=39.96%
G=33.87%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716712900.150.350.2333.5336.9663.92
HexC5A7810F2317222540
Octal30524720101743274245100
Binary11000101101001111000000101111100011101111000101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A781; }

 p { color: rgb(197,167,129); }

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

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

 a { background-color: rgb(197,167,129); }

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

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

 span { border-color: rgb(197,167,129); }

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