#C8A780

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

Shades of Rodeo Dust #C8A780

Tints of Rodeo Dust #C8A780

Color information

#C8A780 (or 0xC8A780) is unknown color: approx Rodeo Dust. HEX triplet: C8, A7 and 80. RGB value is (200,167,128). Sum of RGB (Red+Green+Blue) = 200+167+128=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A780 is #37587F. Grayscale: #ACACAC. Windows color (decimal): -3627136 or 8431560. OLE color: 8431560.

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

Color convert

RGB200167128-
CMYK00.160.360.22
HSL32.5º39.56%64.31%-
HSV(B)32.5º36%78.43%-
XYZ41.5341.4826.24-
YUV172.42102.93147.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.40%
GREEN value IS 167 (65.62% from 255) = 33.74%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=40.40%
G=33.74%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016712800.160.360.2232.539.5664.31
HexC8A7800102416212840
Octal31024720002044264150100
Binary110010001010011110000000010000100100101101000011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A780; }

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

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

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

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

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

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

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

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