#C8A783

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

Shades of Rodeo Dust #C8A783

Tints of Rodeo Dust #C8A783

Color information

#C8A783 (or 0xC8A783) is unknown color: approx Rodeo Dust. HEX triplet: C8, A7 and 83. RGB value is (200,167,131). Sum of RGB (Red+Green+Blue) = 200+167+131=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A783 is #37587C. Grayscale: #ACACAC. Windows color (decimal): -3627133 or 8628168. OLE color: 8628168.

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

Color convert

RGB200167131-
CMYK00.160.340.22
HSL31.3º38.55%64.9%-
HSV(B)31.3º34.5%78.43%-
XYZ41.7341.5627.29-
YUV172.76104.43147.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.16%
GREEN value IS 167 (65.62% from 255) = 33.53%
BLUE value IS 131 (51.56% from 255) = 26.31%
R=40.16%
G=33.53%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016713100.160.340.2231.338.5564.9
HexC8A78301022161f2741
Octal31024720302042263747101
Binary11001000101001111000001101000010001010110111111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A783; }

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

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

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

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

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

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

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

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