#C4A390

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

Shades of Rodeo Dust #C4A390

Tints of Rodeo Dust #C4A390

Color information

#C4A390 (or 0xC4A390) is unknown color: approx Rodeo Dust. HEX triplet: C4, A3 and 90. RGB value is (196,163,144). Sum of RGB (Red+Green+Blue) = 196+163+144=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A390 is #3B5C6F. Grayscale: #AAAAAA. Windows color (decimal): -3890288 or 9479108. OLE color: 9479108.

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

Color convert

RGB196163144-
CMYK00.170.270.23
HSL21.92º30.59%66.67%-
HSV(B)21.92º26.53%76.86%-
XYZ40.939.9431.94-
YUV170.7112.93146.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 163 (64.06% from 255) = 32.41%
BLUE value IS 144 (56.64% from 255) = 28.63%
R=38.97%
G=32.41%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616314400.170.270.2321.9230.5966.67
HexC4A3900111B17161f43
Octal30424322002133272637103
Binary110001001010001110010000010001110111011110110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A390; }

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

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

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

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

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

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

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

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