#C8A981

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

Shades of Rodeo Dust #C8A981

Tints of Rodeo Dust #C8A981

Color information

#C8A981 (or 0xC8A981) is unknown color: approx Rodeo Dust. HEX triplet: C8, A9 and 81. RGB value is (200,169,129). Sum of RGB (Red+Green+Blue) = 200+169+129=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A981 is #37567E. Grayscale: #ADADAD. Windows color (decimal): -3626623 or 8497608. OLE color: 8497608.

HSL color Cylindrical-coordinate representation of color #C8A981: hue angle of 33.8º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8A981 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB200169129-
CMYK00.160.360.22
HSL33.8º39.23%64.51%-
HSV(B)33.8º35.5%78.43%-
XYZ41.9742.2426.71-
YUV173.71102.77146.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.16%
GREEN value IS 169 (66.41% from 255) = 33.94%
BLUE value IS 129 (50.78% from 255) = 25.90%
R=40.16%
G=33.94%
B=25.90%

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
Decimal20016912900.160.360.2233.839.2364.51
HexC8A9810102416222741
Octal31025120102044264247101
Binary110010001010100110000001010000100100101101000101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A981; }

 p { color: rgb(200,169,129); }

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

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

 a { background-color: rgb(200,169,129); }

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

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

 span { border-color: rgb(200,169,129); }

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