#C2A289

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

Shades of Rodeo Dust #C2A289

Tints of Rodeo Dust #C2A289

Color information

#C2A289 (or 0xC2A289) is unknown color: approx Rodeo Dust. HEX triplet: C2, A2 and 89. RGB value is (194,162,137). Sum of RGB (Red+Green+Blue) = 194+162+137=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A289 is #3D5D76. Grayscale: #A8A8A8. Windows color (decimal): -4021623 or 9020098. OLE color: 9020098.

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

Color convert

RGB194162137-
CMYK00.160.290.24
HSL26.32º31.84%64.9%-
HSV(B)26.32º29.38%76.08%-
XYZ39.6839.1229.13-
YUV168.72110.1146.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.35%
GREEN value IS 162 (63.67% from 255) = 32.86%
BLUE value IS 137 (53.91% from 255) = 27.79%
R=39.35%
G=32.86%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416213700.160.290.2426.3231.8464.9
HexC2A2890101D181a2041
Octal30224221102035303240101
Binary1100001010100010100010010100001110111000110101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A289; }

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

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

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

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

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

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

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

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