#C1A48D

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

Shades of Rodeo Dust #C1A48D

Tints of Rodeo Dust #C1A48D

Color information

#C1A48D (or 0xC1A48D) is unknown color: approx Rodeo Dust. HEX triplet: C1, A4 and 8D. RGB value is (193,164,141). Sum of RGB (Red+Green+Blue) = 193+164+141=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 164 (64.45% from 255 or 32.93% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A48D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A48D is #3E5B72. Grayscale: #AAAAAA. Windows color (decimal): -4086643 or 9282753. OLE color: 9282753.

HSL color Cylindrical-coordinate representation of color #C1A48D: hue angle of 26.54º 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 #C1A48D is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB193164141-
CMYK00.150.270.24
HSL26.54º29.55%65.49%-
HSV(B)26.54º26.94%75.69%-
XYZ40.0839.8130.77-
YUV170.05111.61144.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.76%
GREEN value IS 164 (64.45% from 255) = 32.93%
BLUE value IS 141 (55.47% from 255) = 28.31%
R=38.76%
G=32.93%
B=28.31%

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
Decimal19316414100.150.270.2426.5429.5565.49
HexC1A48D0F1B181b1e41
Octal30124421501733303336101
Binary11000001101001001000110101111110111100011011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A48D; }

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

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

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

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

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

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

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

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