#C2AA90

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

Shades of Rodeo Dust #C2AA90

Tints of Rodeo Dust #C2AA90

Color information

#C2AA90 (or 0xC2AA90) is unknown color: approx Rodeo Dust. HEX triplet: C2, AA and 90. RGB value is (194,170,144). Sum of RGB (Red+Green+Blue) = 194+170+144=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AA90 is #3D556F. Grayscale: #AEAEAE. Windows color (decimal): -4019568 or 9480898. OLE color: 9480898.

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

Color convert

RGB194170144-
CMYK00.120.260.24
HSL31.2º29.07%66.27%-
HSV(B)31.2º25.77%76.08%-
XYZ41.6642.2332.34-
YUV174.21110.95142.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.19%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 144 (56.64% from 255) = 28.35%
R=38.19%
G=33.46%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417014400.120.260.2431.229.0766.27
HexC2AA900C1A181f1d42
Octal30225222001432303735102
Binary11000010101010101001000001100110101100011111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AA90; }

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

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

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

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

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

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

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

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