#C3AA92

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

Shades of Rodeo Dust #C3AA92

Tints of Rodeo Dust #C3AA92

Color information

#C3AA92 (or 0xC3AA92) is unknown color: approx Rodeo Dust. HEX triplet: C3, AA and 92. RGB value is (195,170,146). Sum of RGB (Red+Green+Blue) = 195+170+146=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AA92 is #3C556D. Grayscale: #AEAEAE. Windows color (decimal): -3954030 or 9611971. OLE color: 9611971.

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

Color convert

RGB195170146-
CMYK00.130.250.24
HSL29.39º28.99%66.86%-
HSV(B)29.39º25.13%76.47%-
XYZ42.0742.4333.17-
YUV174.74111.78142.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.16%
GREEN value IS 170 (66.80% from 255) = 33.27%
BLUE value IS 146 (57.42% from 255) = 28.57%
R=38.16%
G=33.27%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517014600.130.250.2429.3928.9966.86
HexC3AA920D19181d1d43
Octal30325222201531303535103
Binary11000011101010101001001001101110011100011101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AA92; }

 p { color: rgb(195,170,146); }

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

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

 a { background-color: rgb(195,170,146); }

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

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

 span { border-color: rgb(195,170,146); }

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