#C6AC87

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

Shades of Rodeo Dust #C6AC87

Tints of Rodeo Dust #C6AC87

Color information

#C6AC87 (or 0xC6AC87) is unknown color: approx Rodeo Dust. HEX triplet: C6, AC and 87. RGB value is (198,172,135). Sum of RGB (Red+Green+Blue) = 198+172+135=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AC87 is #395378. Grayscale: #AFAFAF. Windows color (decimal): -3756921 or 8891590. OLE color: 8891590.

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

Color convert

RGB198172135-
CMYK00.130.320.22
HSL35.24º35.59%65.29%-
HSV(B)35.24º31.82%77.65%-
XYZ42.4143.2629.04-
YUV175.56105.11144.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.21%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 135 (53.12% from 255) = 26.73%
R=39.21%
G=34.06%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817213500.130.320.2235.2435.5965.29
HexC6AC870D2016232441
Octal30625420701540264344101
Binary11000110101011001000011101101100000101101000111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AC87; }

 p { color: rgb(198,172,135); }

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

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

 a { background-color: rgb(198,172,135); }

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

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

 span { border-color: rgb(198,172,135); }

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