#C2A790

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

Shades of Rodeo Dust #C2A790

Tints of Rodeo Dust #C2A790

Color information

#C2A790 (or 0xC2A790) is unknown color: approx Rodeo Dust. HEX triplet: C2, A7 and 90. RGB value is (194,167,144). Sum of RGB (Red+Green+Blue) = 194+167+144=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A790 is #3D586F. Grayscale: #ACACAC. Windows color (decimal): -4020336 or 9480130. OLE color: 9480130.

HSL color Cylindrical-coordinate representation of color #C2A790: hue angle of 27.6º 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 #C2A790 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB194167144-
CMYK00.140.260.24
HSL27.6º29.07%66.27%-
HSV(B)27.6º25.77%76.08%-
XYZ41.141.1232.16-
YUV172.45111.95143.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.42%
GREEN value IS 167 (65.62% from 255) = 33.07%
BLUE value IS 144 (56.64% from 255) = 28.51%
R=38.42%
G=33.07%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416714400.140.260.2427.629.0766.27
HexC2A7900E1A181c1d42
Octal30224722001632303435102
Binary11000010101001111001000001110110101100011100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A790; }

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

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

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

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

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

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

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

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