#C4A686

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

Shades of Rodeo Dust #C4A686

Tints of Rodeo Dust #C4A686

Color information

#C4A686 (or 0xC4A686) is unknown color: approx Rodeo Dust. HEX triplet: C4, A6 and 86. RGB value is (196,166,134). Sum of RGB (Red+Green+Blue) = 196+166+134=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A686 is #3B5979. Grayscale: #ABABAB. Windows color (decimal): -3889530 or 8824516. OLE color: 8824516.

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

Color convert

RGB196166134-
CMYK00.150.320.23
HSL30.97º34.44%64.71%-
HSV(B)30.97º31.63%76.86%-
XYZ40.740.7328.27-
YUV171.32106.94145.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.52%
GREEN value IS 166 (65.23% from 255) = 33.47%
BLUE value IS 134 (52.73% from 255) = 27.02%
R=39.52%
G=33.47%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616613400.150.320.2330.9734.4464.71
HexC4A6860F20171f2241
Octal30424620601740273742101
Binary1100010010100110100001100111110000010111111111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A686; }

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

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

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

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

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

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

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

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