#C8A480

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

Shades of Rodeo Dust #C8A480

Tints of Rodeo Dust #C8A480

Color information

#C8A480 (or 0xC8A480) is unknown color: approx Rodeo Dust. HEX triplet: C8, A4 and 80. RGB value is (200,164,128). Sum of RGB (Red+Green+Blue) = 200+164+128=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A480 is #375B7F. Grayscale: #AAAAAA. Windows color (decimal): -3627904 or 8430792. OLE color: 8430792.

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

Color convert

RGB200164128-
CMYK00.180.360.22
HSL30º39.56%64.31%-
HSV(B)30º36%78.43%-
XYZ40.9940.3926.06-
YUV170.66103.93148.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.65%
GREEN value IS 164 (64.45% from 255) = 33.33%
BLUE value IS 128 (50.39% from 255) = 26.02%
R=40.65%
G=33.33%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016412800.180.360.223039.5664.31
HexC8A48001224161e2840
Octal31024420002244263650100
Binary11001000101001001000000001001010010010110111101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A480; }

 p { color: rgb(200,164,128); }

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

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

 a { background-color: rgb(200,164,128); }

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

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

 span { border-color: rgb(200,164,128); }

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