#C09F86

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

Shades of Rodeo Dust #C09F86

Tints of Rodeo Dust #C09F86

Color information

#C09F86 (or 0xC09F86) is unknown color: approx Rodeo Dust. HEX triplet: C0, 9F and 86. RGB value is (192,159,134). Sum of RGB (Red+Green+Blue) = 192+159+134=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09F86 is #3F6079. Grayscale: #A6A6A6. Windows color (decimal): -4153466 or 8822720. OLE color: 8822720.

HSL color Cylindrical-coordinate representation of color #C09F86: hue angle of 25.86º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C09F86 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB192159134-
CMYK00.170.300.25
HSL25.86º31.52%63.92%-
HSV(B)25.86º30.21%75.29%-
XYZ38.4437.7227.81-
YUV166.02109.93146.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.59%
GREEN value IS 159 (62.5% from 255) = 32.78%
BLUE value IS 134 (52.73% from 255) = 27.63%
R=39.59%
G=32.78%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215913400.170.300.2525.8631.5263.92
HexC09F860111E191a2040
Octal30023720602136313240100
Binary1100000010011111100001100100011111011001110101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09F86; }

 p { color: rgb(192,159,134); }

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

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

 a { background-color: rgb(192,159,134); }

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

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

 span { border-color: rgb(192,159,134); }

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