#C2A589

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

Shades of Rodeo Dust #C2A589

Tints of Rodeo Dust #C2A589

Color information

#C2A589 (or 0xC2A589) is unknown color: approx Rodeo Dust. HEX triplet: C2, A5 and 89. RGB value is (194,165,137). Sum of RGB (Red+Green+Blue) = 194+165+137=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A589 is #3D5A76. Grayscale: #AAAAAA. Windows color (decimal): -4020855 or 9020866. OLE color: 9020866.

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

Color convert

RGB194165137-
CMYK00.150.290.24
HSL29.47º31.84%64.9%-
HSV(B)29.47º29.38%76.08%-
XYZ40.2240.1929.3-
YUV170.48109.11144.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.11%
GREEN value IS 165 (64.84% from 255) = 33.27%
BLUE value IS 137 (53.91% from 255) = 27.62%
R=39.11%
G=33.27%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416513700.150.290.2429.4731.8464.9
HexC2A5890F1D181d2041
Octal30224521101735303540101
Binary110000101010010110001001011111110111000111011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A589; }

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

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

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

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

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

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

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

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