#C0A487

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

Shades of Rodeo Dust #C0A487

Tints of Rodeo Dust #C0A487

Color information

#C0A487 (or 0xC0A487) is unknown color: approx Rodeo Dust. HEX triplet: C0, A4 and 87. RGB value is (192,164,135). Sum of RGB (Red+Green+Blue) = 192+164+135=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A487 is #3F5B78. Grayscale: #A9A9A9. Windows color (decimal): -4152185 or 8889536. OLE color: 8889536.

HSL color Cylindrical-coordinate representation of color #C0A487: hue angle of 30.53º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0A487 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB192164135-
CMYK00.150.300.25
HSL30.53º31.15%64.12%-
HSV(B)30.53º29.69%75.29%-
XYZ39.3939.5128.47-
YUV169.07108.78144.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.10%
GREEN value IS 164 (64.45% from 255) = 33.40%
BLUE value IS 135 (53.12% from 255) = 27.49%
R=39.10%
G=33.40%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216413500.150.300.2530.5331.1564.12
HexC0A4870F1E191f1f40
Octal30024420701736313737100
Binary11000000101001001000011101111111101100111111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A487; }

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

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

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

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

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

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

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

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