#C8A083

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

Shades of Rodeo Dust #C8A083

Tints of Rodeo Dust #C8A083

Color information

#C8A083 (or 0xC8A083) is unknown color: approx Rodeo Dust. HEX triplet: C8, A0 and 83. RGB value is (200,160,131). Sum of RGB (Red+Green+Blue) = 200+160+131=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A083 is #375F7C. Grayscale: #A8A8A8. Windows color (decimal): -3628925 or 8626376. OLE color: 8626376.

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

Color convert

RGB200160131-
CMYK00.20.340.22
HSL25.22º38.55%64.9%-
HSV(B)25.22º34.5%78.43%-
XYZ40.4939.0626.88-
YUV168.65106.75150.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.73%
GREEN value IS 160 (62.89% from 255) = 32.59%
BLUE value IS 131 (51.56% from 255) = 26.68%
R=40.73%
G=32.59%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016013100.20.340.2225.2238.5564.9
HexC8A0830142216192741
Octal31024020302442263147101
Binary11001000101000001000001101010010001010110110011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A083; }

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

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

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

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

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

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

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

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