#C0A890

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

Shades of Rodeo Dust #C0A890

Tints of Rodeo Dust #C0A890

Color information

#C0A890 (or 0xC0A890) is unknown color: approx Rodeo Dust. HEX triplet: C0, A8 and 90. RGB value is (192,168,144). Sum of RGB (Red+Green+Blue) = 192+168+144=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A890 is #3F576F. Grayscale: #ACACAC. Windows color (decimal): -4151152 or 9480384. OLE color: 9480384.

HSL color Cylindrical-coordinate representation of color #C0A890: hue angle of 30º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0A890 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB192168144-
CMYK00.120.250.25
HSL30º27.59%65.88%-
HSV(B)30º25%75.29%-
XYZ40.7741.2332.19-
YUV172.44111.95141.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.10%
GREEN value IS 168 (66.02% from 255) = 33.33%
BLUE value IS 144 (56.64% from 255) = 28.57%
R=38.10%
G=33.33%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216814400.120.250.253027.5965.88
HexC0A8900C19191e1c42
Octal30025022001431313634102
Binary11000000101010001001000001100110011100111110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A890; }

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

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

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

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

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

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

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

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