#C2A089

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

Shades of Rodeo Dust #C2A089

Tints of Rodeo Dust #C2A089

Color information

#C2A089 (or 0xC2A089) is unknown color: approx Rodeo Dust. HEX triplet: C2, A0 and 89. RGB value is (194,160,137). Sum of RGB (Red+Green+Blue) = 194+160+137=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A089 is #3D5F76. Grayscale: #A7A7A7. Windows color (decimal): -4022135 or 9019586. OLE color: 9019586.

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

Color convert

RGB194160137-
CMYK00.180.290.24
HSL24.21º31.84%64.9%-
HSV(B)24.21º29.38%76.08%-
XYZ39.3338.4229.01-
YUV167.54110.76146.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.51%
GREEN value IS 160 (62.89% from 255) = 32.59%
BLUE value IS 137 (53.91% from 255) = 27.90%
R=39.51%
G=32.59%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416013700.180.290.2424.2131.8464.9
HexC2A0890121D18182041
Octal30224021102235303040101
Binary1100001010100000100010010100101110111000110001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A089; }

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

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

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

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

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

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

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

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