#C3A579

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

Shades of Rodeo Dust #C3A579

Tints of Rodeo Dust #C3A579

Color information

#C3A579 (or 0xC3A579) is unknown color: approx Rodeo Dust. HEX triplet: C3, A5 and 79. RGB value is (195,165,121). Sum of RGB (Red+Green+Blue) = 195+165+121=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A579 is #3C5A86. Grayscale: #A9A9A9. Windows color (decimal): -3955335 or 7972291. OLE color: 7972291.

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

Color convert

RGB195165121-
CMYK00.150.380.24
HSL35.68º38.14%61.96%-
HSV(B)35.68º37.95%76.47%-
XYZ39.4139.8923.71-
YUV168.95100.94146.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.54%
GREEN value IS 165 (64.84% from 255) = 34.30%
BLUE value IS 121 (47.66% from 255) = 25.16%
R=40.54%
G=34.30%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516512100.150.380.2435.6838.1461.96
HexC3A5790F261824263e
Octal3032451710174630444676
Binary110000111010010111110010111110011011000100100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A579; }

 p { color: rgb(195,165,121); }

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

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

 a { background-color: rgb(195,165,121); }

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

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

 span { border-color: rgb(195,165,121); }

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