#C79C85

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

Shades of Rodeo Dust #C79C85

Tints of Rodeo Dust #C79C85

Color information

#C79C85 (or 0xC79C85) is unknown color: approx Rodeo Dust. HEX triplet: C7, 9C and 85. RGB value is (199,156,133). Sum of RGB (Red+Green+Blue) = 199+156+133=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79C85 is #38637A. Grayscale: #A6A6A6. Windows color (decimal): -3695483 or 8756423. OLE color: 8756423.

HSL color Cylindrical-coordinate representation of color #C79C85: hue angle of 20.91º 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 #C79C85 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB199156133-
CMYK00.220.330.22
HSL20.91º37.08%65.1%-
HSV(B)20.91º33.17%78.04%-
XYZ39.6837.6127.36-
YUV166.24109.25151.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.78%
GREEN value IS 156 (61.33% from 255) = 31.97%
BLUE value IS 133 (52.34% from 255) = 27.25%
R=40.78%
G=31.97%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915613300.220.330.2220.9137.0865.1
HexC79C850162116152541
Octal30723420502641262545101
Binary11000111100111001000010101011010000110110101011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79C85; }

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

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

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

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

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

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

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

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