#C4A684

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

Shades of Rodeo Dust #C4A684

Tints of Rodeo Dust #C4A684

Color information

#C4A684 (or 0xC4A684) is unknown color: approx Rodeo Dust. HEX triplet: C4, A6 and 84. RGB value is (196,166,132). Sum of RGB (Red+Green+Blue) = 196+166+132=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A684 is #3B597B. Grayscale: #ABABAB. Windows color (decimal): -3889532 or 8693444. OLE color: 8693444.

HSL color Cylindrical-coordinate representation of color #C4A684: hue angle of 31.88º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C4A684 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB196166132-
CMYK00.150.330.23
HSL31.88º35.16%64.31%-
HSV(B)31.88º32.65%76.86%-
XYZ40.5740.6727.54-
YUV171.09105.94145.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.68%
GREEN value IS 166 (65.23% from 255) = 33.60%
BLUE value IS 132 (51.95% from 255) = 26.72%
R=39.68%
G=33.60%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616613200.150.330.2331.8835.1664.31
HexC4A6840F2117202340
Octal30424620401741274043100
Binary11000100101001101000010001111100001101111000001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A684; }

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

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

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

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

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

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

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

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