#C0A889

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

Shades of Rodeo Dust #C0A889

Tints of Rodeo Dust #C0A889

Color information

#C0A889 (or 0xC0A889) is unknown color: approx Rodeo Dust. HEX triplet: C0, A8 and 89. RGB value is (192,168,137). Sum of RGB (Red+Green+Blue) = 192+168+137=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A889 is #3F5776. Grayscale: #ABABAB. Windows color (decimal): -4151159 or 9021632. OLE color: 9021632.

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

Color convert

RGB192168137-
CMYK00.120.290.25
HSL33.82º30.39%64.51%-
HSV(B)33.82º28.65%75.29%-
XYZ40.2641.0229.46-
YUV171.64108.45142.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.63%
GREEN value IS 168 (66.02% from 255) = 33.80%
BLUE value IS 137 (53.91% from 255) = 27.57%
R=38.63%
G=33.80%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216813700.120.290.2533.8230.3964.51
HexC0A8890C1D19221e41
Octal30025021101435314236101
Binary110000001010100010001001011001110111001100010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A889; }

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

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

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

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

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

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

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

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