#C8A883

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

Shades of Rodeo Dust #C8A883

Tints of Rodeo Dust #C8A883

Color information

#C8A883 (or 0xC8A883) is unknown color: approx Rodeo Dust. HEX triplet: C8, A8 and 83. RGB value is (200,168,131). Sum of RGB (Red+Green+Blue) = 200+168+131=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A883 is #37577C. Grayscale: #ADADAD. Windows color (decimal): -3626877 or 8628424. OLE color: 8628424.

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

Color convert

RGB200168131-
CMYK00.160.340.22
HSL32.17º38.55%64.9%-
HSV(B)32.17º34.5%78.43%-
XYZ41.9241.9227.36-
YUV173.35104.1147.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.08%
GREEN value IS 168 (66.02% from 255) = 33.67%
BLUE value IS 131 (51.56% from 255) = 26.25%
R=40.08%
G=33.67%
B=26.25%

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
Decimal20016813100.160.340.2232.1738.5564.9
HexC8A8830102216202741
Octal31025020302042264047101
Binary110010001010100010000011010000100010101101000001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A883; }

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

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

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

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

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

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

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

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