#C6A58E

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

Shades of Rodeo Dust #C6A58E

Tints of Rodeo Dust #C6A58E

Color information

#C6A58E (or 0xC6A58E) is unknown color: approx Rodeo Dust. HEX triplet: C6, A5 and 8E. RGB value is (198,165,142). Sum of RGB (Red+Green+Blue) = 198+165+142=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A58E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A58E is #395A71. Grayscale: #ACACAC. Windows color (decimal): -3758706 or 9348550. OLE color: 9348550.

HSL color Cylindrical-coordinate representation of color #C6A58E: hue angle of 24.64º 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 #C6A58E is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB198165142-
CMYK00.170.280.22
HSL24.64º32.94%66.67%-
HSV(B)24.64º28.28%77.65%-
XYZ41.6340.8731.29-
YUV172.24110.93146.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.21%
GREEN value IS 165 (64.84% from 255) = 32.67%
BLUE value IS 142 (55.86% from 255) = 28.12%
R=39.21%
G=32.67%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816514200.170.280.2224.6432.9466.67
HexC6A58E0111C16192143
Octal30624521602134263141103
Binary1100011010100101100011100100011110010110110011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A58E; }

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

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

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

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

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

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

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

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