#C7AA90

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

Shades of Rodeo Dust #C7AA90

Tints of Rodeo Dust #C7AA90

Color information

#C7AA90 (or 0xC7AA90) is unknown color: approx Rodeo Dust. HEX triplet: C7, AA and 90. RGB value is (199,170,144). Sum of RGB (Red+Green+Blue) = 199+170+144=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AA90 is #38556F. Grayscale: #AFAFAF. Windows color (decimal): -3691888 or 9480903. OLE color: 9480903.

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

Color convert

RGB199170144-
CMYK00.150.280.22
HSL28.36º32.93%67.25%-
HSV(B)28.36º27.64%78.04%-
XYZ42.9642.9132.4-
YUV175.71110.11144.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.79%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 144 (56.64% from 255) = 28.07%
R=38.79%
G=33.14%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917014400.150.280.2228.3632.9367.25
HexC7AA900F1C161c2143
Octal30725222001734263441103
Binary110001111010101010010000011111110010110111001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AA90; }

 p { color: rgb(199,170,144); }

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

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

 a { background-color: rgb(199,170,144); }

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

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

 span { border-color: rgb(199,170,144); }

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