#C5A690

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

Shades of Rodeo Dust #C5A690

Tints of Rodeo Dust #C5A690

Color information

#C5A690 (or 0xC5A690) is unknown color: approx Rodeo Dust. HEX triplet: C5, A6 and 90. RGB value is (197,166,144). Sum of RGB (Red+Green+Blue) = 197+166+144=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A690 is #3A596F. Grayscale: #ACACAC. Windows color (decimal): -3823984 or 9479877. OLE color: 9479877.

HSL color Cylindrical-coordinate representation of color #C5A690: hue angle of 24.91º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5A690 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB197166144-
CMYK00.160.270.23
HSL24.91º31.36%66.86%-
HSV(B)24.91º26.9%77.25%-
XYZ41.741.1632.13-
YUV172.76111.77145.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.86%
GREEN value IS 166 (65.23% from 255) = 32.74%
BLUE value IS 144 (56.64% from 255) = 28.40%
R=38.86%
G=32.74%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716614400.160.270.2324.9131.3666.86
HexC5A6900101B17191f43
Octal30524622002033273137103
Binary110001011010011010010000010000110111011111001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A690; }

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

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

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

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

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

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

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

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