#C1A67E

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

Shades of Rodeo Dust #C1A67E

Tints of Rodeo Dust #C1A67E

Color information

#C1A67E (or 0xC1A67E) is unknown color: approx Rodeo Dust. HEX triplet: C1, A6 and 7E. RGB value is (193,166,126). Sum of RGB (Red+Green+Blue) = 193+166+126=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A67E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A67E is #3E5981. Grayscale: #A9A9A9. Windows color (decimal): -4086146 or 8300225. OLE color: 8300225.

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

Color convert

RGB193166126-
CMYK00.140.350.24
HSL35.82º35.08%62.55%-
HSV(B)35.82º34.72%75.69%-
XYZ39.3940.1225.41-
YUV169.51103.45144.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.79%
GREEN value IS 166 (65.23% from 255) = 34.23%
BLUE value IS 126 (49.61% from 255) = 25.98%
R=39.79%
G=34.23%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316612600.140.350.2435.8235.0862.55
HexC1A67E0E231824233f
Octal3012461760164330444377
Binary110000011010011011111100111010001111000100100100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A67E; }

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

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

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

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

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

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

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

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