#C4A690

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

Shades of Rodeo Dust #C4A690

Tints of Rodeo Dust #C4A690

Color information

#C4A690 (or 0xC4A690) is unknown color: approx Rodeo Dust. HEX triplet: C4, A6 and 90. RGB value is (196,166,144). Sum of RGB (Red+Green+Blue) = 196+166+144=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A690 is #3B596F. Grayscale: #ACACAC. Windows color (decimal): -3889520 or 9479876. OLE color: 9479876.

HSL color Cylindrical-coordinate representation of color #C4A690: hue angle of 25.38º 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 #C4A690 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB196166144-
CMYK00.150.270.23
HSL25.38º30.59%66.67%-
HSV(B)25.38º26.53%76.86%-
XYZ41.4441.0232.12-
YUV172.46111.94144.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.74%
GREEN value IS 166 (65.23% from 255) = 32.81%
BLUE value IS 144 (56.64% from 255) = 28.46%
R=38.74%
G=32.81%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616614400.150.270.2325.3830.5966.67
HexC4A6900F1B17191f43
Octal30424622001733273137103
Binary11000100101001101001000001111110111011111001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A690; }

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

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

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

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

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

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

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

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