#C8A382

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

Shades of Rodeo Dust #C8A382

Tints of Rodeo Dust #C8A382

Color information

#C8A382 (or 0xC8A382) is unknown color: approx Rodeo Dust. HEX triplet: C8, A3 and 82. RGB value is (200,163,130). Sum of RGB (Red+Green+Blue) = 200+163+130=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A382 is #375C7D. Grayscale: #AAAAAA. Windows color (decimal): -3628158 or 8561608. OLE color: 8561608.

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

Color convert

RGB200163130-
CMYK00.180.350.22
HSL28.29º38.89%64.71%-
HSV(B)28.29º35%78.43%-
XYZ40.9540.0926.7-
YUV170.3105.26149.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.57%
GREEN value IS 163 (64.06% from 255) = 33.06%
BLUE value IS 130 (51.17% from 255) = 26.37%
R=40.57%
G=33.06%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016313000.180.350.2228.2938.8964.71
HexC8A38201223161c2741
Octal31024320202243263447101
Binary11001000101000111000001001001010001110110111001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A382; }

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

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

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

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

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

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

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

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