#C5A085

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

Shades of Rodeo Dust #C5A085

Tints of Rodeo Dust #C5A085

Color information

#C5A085 (or 0xC5A085) is unknown color: approx Rodeo Dust. HEX triplet: C5, A0 and 85. RGB value is (197,160,133). Sum of RGB (Red+Green+Blue) = 197+160+133=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A085 is #3A5F7A. Grayscale: #A8A8A8. Windows color (decimal): -3825531 or 8757445. OLE color: 8757445.

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

Color convert

RGB197160133-
CMYK00.190.320.23
HSL25.31º35.56%64.71%-
HSV(B)25.31º32.49%77.25%-
XYZ39.8338.7127.56-
YUV167.98108.26148.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.20%
GREEN value IS 160 (62.89% from 255) = 32.65%
BLUE value IS 133 (52.34% from 255) = 27.14%
R=40.20%
G=32.65%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716013300.190.320.2325.3135.5664.71
HexC5A0850132017192441
Octal30524020502340273144101
Binary11000101101000001000010101001110000010111110011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A085; }

 p { color: rgb(197,160,133); }

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

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

 a { background-color: rgb(197,160,133); }

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

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

 span { border-color: rgb(197,160,133); }

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