#C49F81

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

Shades of Rodeo Dust #C49F81

Tints of Rodeo Dust #C49F81

Color information

#C49F81 (or 0xC49F81) is unknown color: approx Rodeo Dust. HEX triplet: C4, 9F and 81. RGB value is (196,159,129). Sum of RGB (Red+Green+Blue) = 196+159+129=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49F81 is #3B607E. Grayscale: #A6A6A6. Windows color (decimal): -3891327 or 8495044. OLE color: 8495044.

HSL color Cylindrical-coordinate representation of color #C49F81: hue angle of 26.87º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C49F81 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB196159129-
CMYK00.190.340.23
HSL26.87º36.22%63.73%-
HSV(B)26.87º34.18%76.86%-
XYZ39.1338.1226.06-
YUV166.64106.76148.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.50%
GREEN value IS 159 (62.5% from 255) = 32.85%
BLUE value IS 129 (50.78% from 255) = 26.65%
R=40.50%
G=32.85%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615912900.190.340.2326.8736.2263.73
HexC49F8101322171b2440
Octal30423720102342273344100
Binary11000100100111111000000101001110001010111110111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49F81; }

 p { color: rgb(196,159,129); }

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

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

 a { background-color: rgb(196,159,129); }

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

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

 span { border-color: rgb(196,159,129); }

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