#c1a58e

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

Shades of Rodeo Dust #C1A58E

Tints of Rodeo Dust #C1A58E

Color information

#C1A58E (or 0xC1A58E) is unknown color: approx Rodeo Dust. HEX triplet: C1, A5 and 8E. RGB value is (193,165,142). Sum of RGB (Red+Green+Blue) = 193+165+142=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A58E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A58E is #3E5A71. Grayscale: #AAAAAA. Windows color (decimal): -4086386 or 9348545. OLE color: 9348545.

HSL color Cylindrical-coordinate representation of color #C1A58E: hue angle of 27.06º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1A58E is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB193165142-
CMYK00.150.260.24
HSL27.06º29.14%65.69%-
HSV(B)27.06º26.42%75.69%-
XYZ40.3340.231.23-
YUV170.75111.78143.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.6%
GREEN value IS 165 (64.84% from 255) = 33%
BLUE value IS 142 (55.86% from 255) = 28.4%
R=38.6%
G=33%
B=28.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316514200.150.260.2427.0629.1465.69
HexC1A58E0F1A181b1d42
Octal30124521601732303335102
Binary11000001101001011000111001111110101100011011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1a58e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1a58e; }

 p { color: rgb(193,165,142); }

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

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

 a { background-color: rgb(193,165,142); }

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

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

 span { border-color: rgb(193,165,142); }

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