#C0A689

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

Shades of Rodeo Dust #C0A689

Tints of Rodeo Dust #C0A689

Color information

#C0A689 (or 0xC0A689) is unknown color: approx Rodeo Dust. HEX triplet: C0, A6 and 89. RGB value is (192,166,137). Sum of RGB (Red+Green+Blue) = 192+166+137=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A689 is #3F5976. Grayscale: #AAAAAA. Windows color (decimal): -4151671 or 9021120. OLE color: 9021120.

HSL color Cylindrical-coordinate representation of color #C0A689: hue angle of 31.64º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0A689 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB192166137-
CMYK00.140.290.25
HSL31.64º30.39%64.51%-
HSV(B)31.64º28.65%75.29%-
XYZ39.8940.2929.34-
YUV170.47109.11143.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 166 (65.23% from 255) = 33.54%
BLUE value IS 137 (53.91% from 255) = 27.68%
R=38.79%
G=33.54%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216613700.140.290.2531.6430.3964.51
HexC0A6890E1D19201e41
Octal30024621101635314036101
Binary110000001010011010001001011101110111001100000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A689; }

 p { color: rgb(192,166,137); }

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

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

 a { background-color: rgb(192,166,137); }

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

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

 span { border-color: rgb(192,166,137); }

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