#C79D81

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

Shades of Rodeo Dust #C79D81

Tints of Rodeo Dust #C79D81

Color information

#C79D81 (or 0xC79D81) is unknown color: approx Rodeo Dust. HEX triplet: C7, 9D and 81. RGB value is (199,157,129). Sum of RGB (Red+Green+Blue) = 199+157+129=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79D81 is #38627E. Grayscale: #A6A6A6. Windows color (decimal): -3695231 or 8494535. OLE color: 8494535.

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

Color convert

RGB199157129-
CMYK00.210.350.22
HSL24º38.46%64.31%-
HSV(B)24º35.18%78.04%-
XYZ39.5737.8425.99-
YUV166.37106.91151.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.03%
GREEN value IS 157 (61.72% from 255) = 32.37%
BLUE value IS 129 (50.78% from 255) = 26.60%
R=41.03%
G=32.37%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915712900.210.350.222438.4664.31
HexC79D810152316182640
Octal30723520102543263046100
Binary11000111100111011000000101010110001110110110001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79D81; }

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

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

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

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

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

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

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

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