#C8A785

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

Shades of Rodeo Dust #C8A785

Tints of Rodeo Dust #C8A785

Color information

#C8A785 (or 0xC8A785) is unknown color: approx Rodeo Dust. HEX triplet: C8, A7 and 85. RGB value is (200,167,133). Sum of RGB (Red+Green+Blue) = 200+167+133=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A785 is #37587A. Grayscale: #ADADAD. Windows color (decimal): -3627131 or 8759240. OLE color: 8759240.

HSL color Cylindrical-coordinate representation of color #C8A785: hue angle of 30.45º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C8A785 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB200167133-
CMYK00.160.340.22
HSL30.45º37.85%65.29%-
HSV(B)30.45º33.5%78.43%-
XYZ41.8741.6128.02-
YUV172.99105.43147.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40%
GREEN value IS 167 (65.62% from 255) = 33.4%
BLUE value IS 133 (52.34% from 255) = 26.6%
R=40%
G=33.4%
B=26.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016713300.160.340.2230.4537.8565.29
HexC8A78501022161e2641
Octal31024720502042263646101
Binary11001000101001111000010101000010001010110111101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A785; }

 p { color: rgb(200,167,133); }

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

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

 a { background-color: rgb(200,167,133); }

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

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

 span { border-color: rgb(200,167,133); }

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