#C49E85

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

Shades of Rodeo Dust #C49E85

Tints of Rodeo Dust #C49E85

Color information

#C49E85 (or 0xC49E85) is unknown color: approx Rodeo Dust. HEX triplet: C4, 9E and 85. RGB value is (196,158,133). Sum of RGB (Red+Green+Blue) = 196+158+133=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49E85 is #3B617A. Grayscale: #A6A6A6. Windows color (decimal): -3891579 or 8756932. OLE color: 8756932.

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

Color convert

RGB196158133-
CMYK00.190.320.23
HSL23.81º34.81%64.51%-
HSV(B)23.81º32.14%76.86%-
XYZ39.2337.8827.44-
YUV166.51109.09149.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.25%
GREEN value IS 158 (62.11% from 255) = 32.44%
BLUE value IS 133 (52.34% from 255) = 27.31%
R=40.25%
G=32.44%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615813300.190.320.2323.8134.8164.51
HexC49E850132017182341
Octal30423620502340273043101
Binary11000100100111101000010101001110000010111110001000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49E85; }

 p { color: rgb(196,158,133); }

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

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

 a { background-color: rgb(196,158,133); }

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

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

 span { border-color: rgb(196,158,133); }

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