#C4AA89

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

Shades of Rodeo Dust #C4AA89

Tints of Rodeo Dust #C4AA89

Color information

#C4AA89 (or 0xC4AA89) is unknown color: approx Rodeo Dust. HEX triplet: C4, AA and 89. RGB value is (196,170,137). Sum of RGB (Red+Green+Blue) = 196+170+137=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AA89 is #3B5576. Grayscale: #AEAEAE. Windows color (decimal): -3888503 or 9022148. OLE color: 9022148.

HSL color Cylindrical-coordinate representation of color #C4AA89: hue angle of 33.56º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4AA89 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB196170137-
CMYK00.130.300.23
HSL33.56º33.33%65.29%-
HSV(B)33.56º30.1%76.86%-
XYZ41.6642.2929.63-
YUV174.01107.11143.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 137 (53.91% from 255) = 27.24%
R=38.97%
G=33.80%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617013700.130.300.2333.5633.3365.29
HexC4AA890D1E17222141
Octal30425221101536274241101
Binary1100010010101010100010010110111110101111000101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AA89; }

 p { color: rgb(196,170,137); }

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

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

 a { background-color: rgb(196,170,137); }

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

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

 span { border-color: rgb(196,170,137); }

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