#C6A887

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

Shades of Rodeo Dust #C6A887

Tints of Rodeo Dust #C6A887

Color information

#C6A887 (or 0xC6A887) is unknown color: approx Rodeo Dust. HEX triplet: C6, A8 and 87. RGB value is (198,168,135). Sum of RGB (Red+Green+Blue) = 198+168+135=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A887 is #395778. Grayscale: #ADADAD. Windows color (decimal): -3757945 or 8890566. OLE color: 8890566.

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

Color convert

RGB198168135-
CMYK00.150.320.22
HSL31.43º35.59%65.29%-
HSV(B)31.43º31.82%77.65%-
XYZ41.6641.7628.79-
YUV173.21106.44145.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.52%
GREEN value IS 168 (66.02% from 255) = 33.53%
BLUE value IS 135 (53.12% from 255) = 26.95%
R=39.52%
G=33.53%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816813500.150.320.2231.4335.5965.29
HexC6A8870F20161f2441
Octal30625020701740263744101
Binary1100011010101000100001110111110000010110111111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A887; }

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

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

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

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

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

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

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

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