#C2A079

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

Shades of Rodeo Dust #C2A079

Tints of Rodeo Dust #C2A079

Color information

#C2A079 (or 0xC2A079) is unknown color: approx Rodeo Dust. HEX triplet: C2, A0 and 79. RGB value is (194,160,121). Sum of RGB (Red+Green+Blue) = 194+160+121=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A079 is #3D5F86. Grayscale: #A5A5A5. Windows color (decimal): -4022151 or 7971010. OLE color: 7971010.

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

Color convert

RGB194160121-
CMYK00.180.380.24
HSL32.05º37.44%61.76%-
HSV(B)32.05º37.63%76.08%-
XYZ38.2737.9923.41-
YUV165.72102.76148.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.84%
GREEN value IS 160 (62.89% from 255) = 33.68%
BLUE value IS 121 (47.66% from 255) = 25.47%
R=40.84%
G=33.68%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416012100.180.380.2432.0537.4461.76
HexC2A079012261820253e
Octal3022401710224630404576
Binary1100001010100000111100101001010011011000100000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A079; }

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

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

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

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

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

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

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

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