#C6AA92

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

Shades of Rodeo Dust #C6AA92

Tints of Rodeo Dust #C6AA92

Color information

#C6AA92 (or 0xC6AA92) is unknown color: approx Rodeo Dust. HEX triplet: C6, AA and 92. RGB value is (198,170,146). Sum of RGB (Red+Green+Blue) = 198+170+146=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AA92 is #39556D. Grayscale: #AFAFAF. Windows color (decimal): -3757422 or 9611974. OLE color: 9611974.

HSL color Cylindrical-coordinate representation of color #C6AA92: hue angle of 27.69º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6AA92 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB198170146-
CMYK00.140.260.22
HSL27.69º31.33%67.45%-
HSV(B)27.69º26.26%77.65%-
XYZ42.8542.8333.2-
YUV175.64111.28143.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.52%
GREEN value IS 170 (66.80% from 255) = 33.07%
BLUE value IS 146 (57.42% from 255) = 28.40%
R=38.52%
G=33.07%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817014600.140.260.2227.6931.3367.45
HexC6AA920E1A161c1f43
Octal30625222201632263437103
Binary11000110101010101001001001110110101011011100111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AA92; }

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

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

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

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

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

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

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

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