#C79D82

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

Shades of Rodeo Dust #C79D82

Tints of Rodeo Dust #C79D82

Color information

#C79D82 (or 0xC79D82) is unknown color: approx Rodeo Dust. HEX triplet: C7, 9D and 82. RGB value is (199,157,130). Sum of RGB (Red+Green+Blue) = 199+157+130=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79D82 is #38627D. Grayscale: #A6A6A6. Windows color (decimal): -3695230 or 8560071. OLE color: 8560071.

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

Color convert

RGB199157130-
CMYK00.210.350.22
HSL23.48º38.12%64.51%-
HSV(B)23.48º34.67%78.04%-
XYZ39.6437.8726.34-
YUV166.48107.41151.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.95%
GREEN value IS 157 (61.72% from 255) = 32.30%
BLUE value IS 130 (51.17% from 255) = 26.75%
R=40.95%
G=32.30%
B=26.75%

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
Decimal19915713000.210.350.2223.4838.1264.51
HexC79D820152316172641
Octal30723520202543262746101
Binary11000111100111011000001001010110001110110101111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79D82; }

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

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

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

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

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

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

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

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