#C8A680

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

Shades of Rodeo Dust #C8A680

Tints of Rodeo Dust #C8A680

Color information

#C8A680 (or 0xC8A680) is unknown color: approx Rodeo Dust. HEX triplet: C8, A6 and 80. RGB value is (200,166,128). Sum of RGB (Red+Green+Blue) = 200+166+128=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A680 is #37597F. Grayscale: #ACACAC. Windows color (decimal): -3627392 or 8431304. OLE color: 8431304.

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

Color convert

RGB200166128-
CMYK00.170.360.22
HSL31.67º39.56%64.31%-
HSV(B)31.67º36%78.43%-
XYZ41.3541.1126.18-
YUV171.83103.26148.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.49%
GREEN value IS 166 (65.23% from 255) = 33.60%
BLUE value IS 128 (50.39% from 255) = 25.91%
R=40.49%
G=33.60%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016612800.170.360.2231.6739.5664.31
HexC8A6800112416202840
Octal31024620002144264050100
Binary110010001010011010000000010001100100101101000001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A680; }

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

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

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

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

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

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

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

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