#C0A489

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

Shades of Rodeo Dust #C0A489

Tints of Rodeo Dust #C0A489

Color information

#C0A489 (or 0xC0A489) is unknown color: approx Rodeo Dust. HEX triplet: C0, A4 and 89. RGB value is (192,164,137). Sum of RGB (Red+Green+Blue) = 192+164+137=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A489 is #3F5B76. Grayscale: #A9A9A9. Windows color (decimal): -4152183 or 9020608. OLE color: 9020608.

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

Color convert

RGB192164137-
CMYK00.150.290.25
HSL29.45º30.39%64.51%-
HSV(B)29.45º28.65%75.29%-
XYZ39.5339.5629.22-
YUV169.29109.78144.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.95%
GREEN value IS 164 (64.45% from 255) = 33.27%
BLUE value IS 137 (53.91% from 255) = 27.79%
R=38.95%
G=33.27%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216413700.150.290.2529.4530.3964.51
HexC0A4890F1D191d1e41
Octal30024421101735313536101
Binary11000000101001001000100101111111011100111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A489; }

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

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

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

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

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

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

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

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