#C6AC8E

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

Shades of Rodeo Dust #C6AC8E

Tints of Rodeo Dust #C6AC8E

Color information

#C6AC8E (or 0xC6AC8E) is unknown color: approx Rodeo Dust. HEX triplet: C6, AC and 8E. RGB value is (198,172,142). Sum of RGB (Red+Green+Blue) = 198+172+142=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AC8E is #395371. Grayscale: #B0B0B0. Windows color (decimal): -3756914 or 9350342. OLE color: 9350342.

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

Color convert

RGB198172142-
CMYK00.130.280.22
HSL32.14º32.94%66.67%-
HSV(B)32.14º28.28%77.65%-
XYZ42.9243.4631.72-
YUV176.35108.61143.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.67%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=38.67%
G=33.59%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817214200.130.280.2232.1432.9466.67
HexC6AC8E0D1C16202143
Octal30625421601534264041103
Binary1100011010101100100011100110111100101101000001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AC8E; }

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

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

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

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

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

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

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

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