#C4A486

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

Shades of Rodeo Dust #C4A486

Tints of Rodeo Dust #C4A486

Color information

#C4A486 (or 0xC4A486) is unknown color: approx Rodeo Dust. HEX triplet: C4, A4 and 86. RGB value is (196,164,134). Sum of RGB (Red+Green+Blue) = 196+164+134=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A486 is #3B5B79. Grayscale: #AAAAAA. Windows color (decimal): -3890042 or 8824004. OLE color: 8824004.

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

Color convert

RGB196164134-
CMYK00.160.320.23
HSL29.03º34.44%64.71%-
HSV(B)29.03º31.63%76.86%-
XYZ40.3440.0128.15-
YUV170.15107.6146.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.68%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 134 (52.73% from 255) = 27.13%
R=39.68%
G=33.20%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616413400.160.320.2329.0334.4464.71
HexC4A48601020171d2241
Octal30424420602040273542101
Binary11000100101001001000011001000010000010111111011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A486; }

 p { color: rgb(196,164,134); }

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

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

 a { background-color: rgb(196,164,134); }

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

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

 span { border-color: rgb(196,164,134); }

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