#C1A67C

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

Shades of Rodeo Dust #C1A67C

Tints of Rodeo Dust #C1A67C

Color information

#C1A67C (or 0xC1A67C) is unknown color: approx Rodeo Dust. HEX triplet: C1, A6 and 7C. RGB value is (193,166,124). Sum of RGB (Red+Green+Blue) = 193+166+124=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A67C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A67C is #3E5983. Grayscale: #A9A9A9. Windows color (decimal): -4086148 or 8169153. OLE color: 8169153.

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

Color convert

RGB193166124-
CMYK00.140.360.24
HSL36.52º35.75%62.16%-
HSV(B)36.52º35.75%75.69%-
XYZ39.2740.0724.73-
YUV169.28102.45144.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 166 (65.23% from 255) = 34.37%
BLUE value IS 124 (48.83% from 255) = 25.67%
R=39.96%
G=34.37%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316612400.140.360.2436.5235.7562.16
HexC1A67C0E241825243e
Octal3012461740164430454476
Binary110000011010011011111000111010010011000100101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A67C; }

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

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

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

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

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

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

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

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