#C0A289

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

Shades of Rodeo Dust #C0A289

Tints of Rodeo Dust #C0A289

Color information

#C0A289 (or 0xC0A289) is unknown color: approx Rodeo Dust. HEX triplet: C0, A2 and 89. RGB value is (192,162,137). Sum of RGB (Red+Green+Blue) = 192+162+137=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A289 is #3F5D76. Grayscale: #A8A8A8. Windows color (decimal): -4152695 or 9020096. OLE color: 9020096.

HSL color Cylindrical-coordinate representation of color #C0A289: hue angle of 27.27º 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 #C0A289 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB192162137-
CMYK00.160.290.25
HSL27.27º30.39%64.51%-
HSV(B)27.27º28.65%75.29%-
XYZ39.1738.8529.1-
YUV168.12110.44145.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.10%
GREEN value IS 162 (63.67% from 255) = 32.99%
BLUE value IS 137 (53.91% from 255) = 27.90%
R=39.10%
G=32.99%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216213700.160.290.2527.2730.3964.51
HexC0A2890101D191b1e41
Octal30024221102035313336101
Binary110000001010001010001001010000111011100111011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A289; }

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

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

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

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

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

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

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

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