#C49F7F

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

Shades of Rodeo Dust #C49F7F

Tints of Rodeo Dust #C49F7F

Color information

#C49F7F (or 0xC49F7F) is unknown color: approx Rodeo Dust. HEX triplet: C4, 9F and 7F. RGB value is (196,159,127). Sum of RGB (Red+Green+Blue) = 196+159+127=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49F7F is #3B6080. Grayscale: #A6A6A6. Windows color (decimal): -3891329 or 8363972. OLE color: 8363972.

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

Color convert

RGB196159127-
CMYK00.190.350.23
HSL27.83º36.9%63.33%-
HSV(B)27.83º35.2%76.86%-
XYZ38.9938.0625.37-
YUV166.42105.76149.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.66%
GREEN value IS 159 (62.5% from 255) = 32.99%
BLUE value IS 127 (50% from 255) = 26.35%
R=40.66%
G=32.99%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615912700.190.350.2327.8336.963.33
HexC49F7F01323171c253f
Octal3042371770234327344577
Binary110001001001111111111110100111000111011111100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49F7F; }

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

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

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

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

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

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

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

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