#C59D7F

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

Shades of Rodeo Dust #C59D7F

Tints of Rodeo Dust #C59D7F

Color information

#C59D7F (or 0xC59D7F) is unknown color: approx Rodeo Dust. HEX triplet: C5, 9D and 7F. RGB value is (197,157,127). Sum of RGB (Red+Green+Blue) = 197+157+127=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59D7F is #3A6280. Grayscale: #A5A5A5. Windows color (decimal): -3826305 or 8363461. OLE color: 8363461.

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

Color convert

RGB197157127-
CMYK00.200.360.23
HSL25.71º37.63%63.53%-
HSV(B)25.71º35.53%77.25%-
XYZ38.9137.5225.27-
YUV165.54106.25150.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.96%
GREEN value IS 157 (61.72% from 255) = 32.64%
BLUE value IS 127 (50% from 255) = 26.40%
R=40.96%
G=32.64%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715712700.200.360.2325.7137.6363.53
HexC59D7F01424171a2640
Octal30523517702444273246100
Binary1100010110011101111111101010010010010111110101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59D7F; }

 p { color: rgb(197,157,127); }

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

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

 a { background-color: rgb(197,157,127); }

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

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

 span { border-color: rgb(197,157,127); }

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