#C79D85

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

Shades of Rodeo Dust #C79D85

Tints of Rodeo Dust #C79D85

Color information

#C79D85 (or 0xC79D85) is unknown color: approx Rodeo Dust. HEX triplet: C7, 9D and 85. RGB value is (199,157,133). Sum of RGB (Red+Green+Blue) = 199+157+133=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79D85 is #38627A. Grayscale: #A6A6A6. Windows color (decimal): -3695227 or 8756679. OLE color: 8756679.

HSL color Cylindrical-coordinate representation of color #C79D85: hue angle of 21.82º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C79D85 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB199157133-
CMYK00.210.330.22
HSL21.82º37.08%65.1%-
HSV(B)21.82º33.17%78.04%-
XYZ39.8437.9527.42-
YUV166.82108.91150.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.70%
GREEN value IS 157 (61.72% from 255) = 32.11%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=40.70%
G=32.11%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915713300.210.330.2221.8237.0865.1
HexC79D850152116162541
Octal30723520502541262645101
Binary11000111100111011000010101010110000110110101101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79D85; }

 p { color: rgb(199,157,133); }

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

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

 a { background-color: rgb(199,157,133); }

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

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

 span { border-color: rgb(199,157,133); }

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