#C8A686

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

Shades of Rodeo Dust #C8A686

Tints of Rodeo Dust #C8A686

Color information

#C8A686 (or 0xC8A686) is unknown color: approx Rodeo Dust. HEX triplet: C8, A6 and 86. RGB value is (200,166,134). Sum of RGB (Red+Green+Blue) = 200+166+134=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A686 is #375979. Grayscale: #ACACAC. Windows color (decimal): -3627386 or 8824520. OLE color: 8824520.

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

Color convert

RGB200166134-
CMYK00.170.330.22
HSL29.09º37.5%65.49%-
HSV(B)29.09º33%78.43%-
XYZ41.7641.2728.32-
YUV172.52106.26147.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40%
GREEN value IS 166 (65.23% from 255) = 33.2%
BLUE value IS 134 (52.73% from 255) = 26.8%
R=40%
G=33.2%
B=26.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016613400.170.330.2229.0937.565.49
HexC8A68601121161d2641
Octal31024620602141263546101
Binary11001000101001101000011001000110000110110111011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A686; }

 p { color: rgb(200,166,134); }

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

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

 a { background-color: rgb(200,166,134); }

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

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

 span { border-color: rgb(200,166,134); }

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