#C1A58D

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

Shades of Rodeo Dust #C1A58D

Tints of Rodeo Dust #C1A58D

Color information

#C1A58D (or 0xC1A58D) is unknown color: approx Rodeo Dust. HEX triplet: C1, A5 and 8D. RGB value is (193,165,141). Sum of RGB (Red+Green+Blue) = 193+165+141=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A58D is #3E5A72. Grayscale: #AAAAAA. Windows color (decimal): -4086387 or 9283009. OLE color: 9283009.

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

Color convert

RGB193165141-
CMYK00.150.270.24
HSL27.69º29.55%65.49%-
HSV(B)27.69º26.94%75.69%-
XYZ40.2640.1730.83-
YUV170.64111.28143.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.68%
GREEN value IS 165 (64.84% from 255) = 33.07%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=38.68%
G=33.07%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316514100.150.270.2427.6929.5565.49
HexC1A58D0F1B181c1e41
Octal30124521501733303436101
Binary11000001101001011000110101111110111100011100111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A58D; }

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

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

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

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

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

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

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

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