#C2A690

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

Shades of Rodeo Dust #C2A690

Tints of Rodeo Dust #C2A690

Color information

#C2A690 (or 0xC2A690) is unknown color: approx Rodeo Dust. HEX triplet: C2, A6 and 90. RGB value is (194,166,144). Sum of RGB (Red+Green+Blue) = 194+166+144=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A690 is #3D596F. Grayscale: #ABABAB. Windows color (decimal): -4020592 or 9479874. OLE color: 9479874.

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

Color convert

RGB194166144-
CMYK00.140.260.24
HSL26.4º29.07%66.27%-
HSV(B)26.4º25.77%76.08%-
XYZ40.9240.7632.1-
YUV171.86112.28143.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.49%
GREEN value IS 166 (65.23% from 255) = 32.94%
BLUE value IS 144 (56.64% from 255) = 28.57%
R=38.49%
G=32.94%
B=28.57%

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
Decimal19416614400.140.260.2426.429.0766.27
HexC2A6900E1A181a1d42
Octal30224622001632303235102
Binary11000010101001101001000001110110101100011010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A690; }

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

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

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

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

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

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

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

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