#C6A87F

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

Shades of Rodeo Dust #C6A87F

Tints of Rodeo Dust #C6A87F

Color information

#C6A87F (or 0xC6A87F) is unknown color: approx Rodeo Dust. HEX triplet: C6, A8 and 7F. RGB value is (198,168,127). Sum of RGB (Red+Green+Blue) = 198+168+127=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A87F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A87F is #395780. Grayscale: #ACACAC. Windows color (decimal): -3757953 or 8366278. OLE color: 8366278.

HSL color Cylindrical-coordinate representation of color #C6A87F: hue angle of 34.65º degrees, saturation: 0.38, 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 #C6A87F is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB198168127-
CMYK00.150.360.22
HSL34.65º38.38%63.73%-
HSV(B)34.65º35.86%77.65%-
XYZ41.1241.5425.93-
YUV172.3102.44146.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.16%
GREEN value IS 168 (66.02% from 255) = 34.08%
BLUE value IS 127 (50% from 255) = 25.76%
R=40.16%
G=34.08%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816812700.150.360.2234.6538.3863.73
HexC6A87F0F2416232640
Octal30625017701744264346100
Binary1100011010101000111111101111100100101101000111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A87F; }

 p { color: rgb(198,168,127); }

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

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

 a { background-color: rgb(198,168,127); }

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

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

 span { border-color: rgb(198,168,127); }

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