#C2A086

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

Shades of Rodeo Dust #C2A086

Tints of Rodeo Dust #C2A086

Color information

#C2A086 (or 0xC2A086) is unknown color: approx Rodeo Dust. HEX triplet: C2, A0 and 86. RGB value is (194,160,134). Sum of RGB (Red+Green+Blue) = 194+160+134=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A086 is #3D5F79. Grayscale: #A7A7A7. Windows color (decimal): -4022138 or 8822978. OLE color: 8822978.

HSL color Cylindrical-coordinate representation of color #C2A086: hue angle of 26º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2A086 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB194160134-
CMYK00.180.310.24
HSL26º32.97%64.31%-
HSV(B)26º30.93%76.08%-
XYZ39.1238.3327.89-
YUV167.2109.26147.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.75%
GREEN value IS 160 (62.89% from 255) = 32.79%
BLUE value IS 134 (52.73% from 255) = 27.46%
R=39.75%
G=32.79%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416013400.180.310.242632.9764.31
HexC2A0860121F181a2140
Octal30224020602237303241100
Binary1100001010100000100001100100101111111000110101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A086; }

 p { color: rgb(194,160,134); }

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

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

 a { background-color: rgb(194,160,134); }

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

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

 span { border-color: rgb(194,160,134); }

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