#C8A385

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

Shades of Rodeo Dust #C8A385

Tints of Rodeo Dust #C8A385

Color information

#C8A385 (or 0xC8A385) is unknown color: approx Rodeo Dust. HEX triplet: C8, A3 and 85. RGB value is (200,163,133). Sum of RGB (Red+Green+Blue) = 200+163+133=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A385 is #375C7A. Grayscale: #AAAAAA. Windows color (decimal): -3628155 or 8758216. OLE color: 8758216.

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

Color convert

RGB200163133-
CMYK00.180.340.22
HSL26.87º37.85%65.29%-
HSV(B)26.87º33.5%78.43%-
XYZ41.1540.1727.77-
YUV170.64106.76148.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.32%
GREEN value IS 163 (64.06% from 255) = 32.86%
BLUE value IS 133 (52.34% from 255) = 26.81%
R=40.32%
G=32.86%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016313300.180.340.2226.8737.8565.29
HexC8A38501222161b2641
Octal31024320502242263346101
Binary11001000101000111000010101001010001010110110111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A385; }

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

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

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

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

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

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

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

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