#C3A682

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

Shades of Rodeo Dust #C3A682

Tints of Rodeo Dust #C3A682

Color information

#C3A682 (or 0xC3A682) is unknown color: approx Rodeo Dust. HEX triplet: C3, A6 and 82. RGB value is (195,166,130). Sum of RGB (Red+Green+Blue) = 195+166+130=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A682 is #3C597D. Grayscale: #AAAAAA. Windows color (decimal): -3955070 or 8562371. OLE color: 8562371.

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

Color convert

RGB195166130-
CMYK00.150.330.24
HSL33.23º35.14%63.73%-
HSV(B)33.23º33.33%76.47%-
XYZ40.1740.4926.82-
YUV170.57105.11145.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.71%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 130 (51.17% from 255) = 26.48%
R=39.71%
G=33.81%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516613000.150.330.2433.2335.1463.73
HexC3A6820F2118212340
Octal30324620201741304143100
Binary11000011101001101000001001111100001110001000011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A682; }

 p { color: rgb(195,166,130); }

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

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

 a { background-color: rgb(195,166,130); }

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

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

 span { border-color: rgb(195,166,130); }

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