#C8A381

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

Shades of Rodeo Dust #C8A381

Tints of Rodeo Dust #C8A381

Color information

#C8A381 (or 0xC8A381) is unknown color: approx Rodeo Dust. HEX triplet: C8, A3 and 81. RGB value is (200,163,129). Sum of RGB (Red+Green+Blue) = 200+163+129=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A381 is #375C7E. Grayscale: #AAAAAA. Windows color (decimal): -3628159 or 8496072. OLE color: 8496072.

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

Color convert

RGB200163129-
CMYK00.180.360.22
HSL28.73º39.23%64.51%-
HSV(B)28.73º35.5%78.43%-
XYZ40.8840.0626.35-
YUV170.19104.76149.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.65%
GREEN value IS 163 (64.06% from 255) = 33.13%
BLUE value IS 129 (50.78% from 255) = 26.22%
R=40.65%
G=33.13%
B=26.22%

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
Decimal20016312900.180.360.2228.7339.2364.51
HexC8A38101224161d2741
Octal31024320102244263547101
Binary11001000101000111000000101001010010010110111011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A381; }

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

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

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

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

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

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

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

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