#C1A57C

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

Shades of Rodeo Dust #C1A57C

Tints of Rodeo Dust #C1A57C

Color information

#C1A57C (or 0xC1A57C) is unknown color: approx Rodeo Dust. HEX triplet: C1, A5 and 7C. RGB value is (193,165,124). Sum of RGB (Red+Green+Blue) = 193+165+124=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A57C is #3E5A83. Grayscale: #A8A8A8. Windows color (decimal): -4086404 or 8168897. OLE color: 8168897.

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

Color convert

RGB193165124-
CMYK00.150.360.24
HSL35.65º35.75%62.16%-
HSV(B)35.65º35.75%75.69%-
XYZ39.0939.724.67-
YUV168.7102.78145.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 165 (64.84% from 255) = 34.23%
BLUE value IS 124 (48.83% from 255) = 25.73%
R=40.04%
G=34.23%
B=25.73%

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
Decimal19316512400.150.360.2435.6535.7562.16
HexC1A57C0F241824243e
Octal3012451740174430444476
Binary110000011010010111111000111110010011000100100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A57C; }

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

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

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

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

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

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

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

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