#C1A47C

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

Shades of Rodeo Dust #C1A47C

Tints of Rodeo Dust #C1A47C

Color information

#C1A47C (or 0xC1A47C) is unknown color: approx Rodeo Dust. HEX triplet: C1, A4 and 7C. RGB value is (193,164,124). Sum of RGB (Red+Green+Blue) = 193+164+124=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A47C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A47C is #3E5B83. Grayscale: #A8A8A8. Windows color (decimal): -4086660 or 8168641. OLE color: 8168641.

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

Color convert

RGB193164124-
CMYK00.150.360.24
HSL34.78º35.75%62.16%-
HSV(B)34.78º35.75%75.69%-
XYZ38.9139.3424.61-
YUV168.11103.11145.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.12%
GREEN value IS 164 (64.45% from 255) = 34.10%
BLUE value IS 124 (48.83% from 255) = 25.78%
R=40.12%
G=34.10%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316412400.150.360.2434.7835.7562.16
HexC1A47C0F241823243e
Octal3012441740174430434476
Binary110000011010010011111000111110010011000100011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A47C; }

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

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

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

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

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

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

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

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