#C8A387

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

Shades of Rodeo Dust #C8A387

Tints of Rodeo Dust #C8A387

Color information

#C8A387 (or 0xC8A387) is unknown color: approx Rodeo Dust. HEX triplet: C8, A3 and 87. RGB value is (200,163,135). Sum of RGB (Red+Green+Blue) = 200+163+135=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A387 is #375C78. Grayscale: #ABABAB. Windows color (decimal): -3628153 or 8889288. OLE color: 8889288.

HSL color Cylindrical-coordinate representation of color #C8A387: hue angle of 25.85º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8A387 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB200163135-
CMYK00.180.320.22
HSL25.85º37.14%65.69%-
HSV(B)25.85º32.5%78.43%-
XYZ41.2940.2228.51-
YUV170.87107.76148.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.16%
GREEN value IS 163 (64.06% from 255) = 32.73%
BLUE value IS 135 (53.12% from 255) = 27.11%
R=40.16%
G=32.73%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016313500.180.320.2225.8537.1465.69
HexC8A38701220161a2542
Octal31024320702240263245102
Binary11001000101000111000011101001010000010110110101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A387; }

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

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

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

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

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

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

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

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