#C0A57C

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

Shades of Rodeo Dust #C0A57C

Tints of Rodeo Dust #C0A57C

Color information

#C0A57C (or 0xC0A57C) is unknown color: approx Rodeo Dust. HEX triplet: C0, A5 and 7C. RGB value is (192,165,124). Sum of RGB (Red+Green+Blue) = 192+165+124=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A57C is #3F5A83. Grayscale: #A8A8A8. Windows color (decimal): -4151940 or 8168896. OLE color: 8168896.

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

Color convert

RGB192165124-
CMYK00.140.350.25
HSL36.18º35.05%61.96%-
HSV(B)36.18º35.42%75.29%-
XYZ38.8339.5724.66-
YUV168.4102.95144.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.92%
GREEN value IS 165 (64.84% from 255) = 34.30%
BLUE value IS 124 (48.83% from 255) = 25.78%
R=39.92%
G=34.30%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216512400.140.350.2536.1835.0561.96
HexC0A57C0E231924233e
Octal3002451740164331444376
Binary110000001010010111111000111010001111001100100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A57C; }

 p { color: rgb(192,165,124); }

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

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

 a { background-color: rgb(192,165,124); }

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

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

 span { border-color: rgb(192,165,124); }

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