#C49F82

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

Shades of Rodeo Dust #C49F82

Tints of Rodeo Dust #C49F82

Color information

#C49F82 (or 0xC49F82) is unknown color: approx Rodeo Dust. HEX triplet: C4, 9F and 82. RGB value is (196,159,130). Sum of RGB (Red+Green+Blue) = 196+159+130=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49F82 is #3B607D. Grayscale: #A6A6A6. Windows color (decimal): -3891326 or 8560580. OLE color: 8560580.

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

Color convert

RGB196159130-
CMYK00.190.340.23
HSL26.36º35.87%63.92%-
HSV(B)26.36º33.67%76.86%-
XYZ39.1938.1426.42-
YUV166.76107.26148.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.41%
GREEN value IS 159 (62.5% from 255) = 32.78%
BLUE value IS 130 (51.17% from 255) = 26.80%
R=40.41%
G=32.78%
B=26.80%

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
Decimal19615913000.190.340.2326.3635.8763.92
HexC49F8201322171a2440
Octal30423720202342273244100
Binary11000100100111111000001001001110001010111110101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49F82; }

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

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

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

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

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

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

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

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