#C4A685

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

Shades of Rodeo Dust #C4A685

Tints of Rodeo Dust #C4A685

Color information

#C4A685 (or 0xC4A685) is unknown color: approx Rodeo Dust. HEX triplet: C4, A6 and 85. RGB value is (196,166,133). Sum of RGB (Red+Green+Blue) = 196+166+133=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A685 is #3B597A. Grayscale: #ABABAB. Windows color (decimal): -3889531 or 8758980. OLE color: 8758980.

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

Color convert

RGB196166133-
CMYK00.150.320.23
HSL31.43º34.81%64.51%-
HSV(B)31.43º32.14%76.86%-
XYZ40.6340.727.9-
YUV171.21106.44145.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.60%
GREEN value IS 166 (65.23% from 255) = 33.54%
BLUE value IS 133 (52.34% from 255) = 26.87%
R=39.60%
G=33.54%
B=26.87%

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
Decimal19616613300.150.320.2331.4334.8164.51
HexC4A6850F20171f2341
Octal30424620501740273743101
Binary1100010010100110100001010111110000010111111111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A685; }

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

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

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

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

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

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

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

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