#C6A17E

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

Shades of Rodeo Dust #C6A17E

Tints of Rodeo Dust #C6A17E

Color information

#C6A17E (or 0xC6A17E) is unknown color: approx Rodeo Dust. HEX triplet: C6, A1 and 7E. RGB value is (198,161,126). Sum of RGB (Red+Green+Blue) = 198+161+126=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A17E is #395E81. Grayscale: #A8A8A8. Windows color (decimal): -3759746 or 8298950. OLE color: 8298950.

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

Color convert

RGB198161126-
CMYK00.190.360.22
HSL29.17º38.71%63.53%-
HSV(B)29.17º36.36%77.65%-
XYZ39.83925.17-
YUV168.07104.26149.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.82%
GREEN value IS 161 (63.28% from 255) = 33.20%
BLUE value IS 126 (49.61% from 255) = 25.98%
R=40.82%
G=33.20%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816112600.190.360.2229.1738.7163.53
HexC6A17E01324161d2740
Octal30624117602344263547100
Binary1100011010100001111111001001110010010110111011001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A17E; }

 p { color: rgb(198,161,126); }

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

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

 a { background-color: rgb(198,161,126); }

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

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

 span { border-color: rgb(198,161,126); }

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