#C5AC8D

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

Shades of Rodeo Dust #C5AC8D

Tints of Rodeo Dust #C5AC8D

Color information

#C5AC8D (or 0xC5AC8D) is unknown color: approx Rodeo Dust. HEX triplet: C5, AC and 8D. RGB value is (197,172,141). Sum of RGB (Red+Green+Blue) = 197+172+141=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AC8D is #3A5372. Grayscale: #B0B0B0. Windows color (decimal): -3822451 or 9284805. OLE color: 9284805.

HSL color Cylindrical-coordinate representation of color #C5AC8D: hue angle of 33.21º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5AC8D is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB197172141-
CMYK00.130.280.23
HSL33.21º32.56%66.27%-
HSV(B)33.21º28.43%77.25%-
XYZ42.5943.331.31-
YUV175.94108.28143.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.63%
GREEN value IS 172 (67.58% from 255) = 33.73%
BLUE value IS 141 (55.47% from 255) = 27.65%
R=38.63%
G=33.73%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717214100.130.280.2333.2132.5666.27
HexC5AC8D0D1C17212142
Octal30525421501534274141102
Binary1100010110101100100011010110111100101111000011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AC8D; }

 p { color: rgb(197,172,141); }

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

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

 a { background-color: rgb(197,172,141); }

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

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

 span { border-color: rgb(197,172,141); }

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