#C6A382

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

Shades of Rodeo Dust #C6A382

Tints of Rodeo Dust #C6A382

Color information

#C6A382 (or 0xC6A382) is unknown color: approx Rodeo Dust. HEX triplet: C6, A3 and 82. RGB value is (198,163,130). Sum of RGB (Red+Green+Blue) = 198+163+130=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A382 is #395C7D. Grayscale: #A9A9A9. Windows color (decimal): -3759230 or 8561606. OLE color: 8561606.

HSL color Cylindrical-coordinate representation of color #C6A382: hue angle of 29.12º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6A382 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB198163130-
CMYK00.180.340.22
HSL29.12º37.36%64.31%-
HSV(B)29.12º34.34%77.65%-
XYZ40.4239.8126.67-
YUV169.7105.6148.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 163 (64.06% from 255) = 33.20%
BLUE value IS 130 (51.17% from 255) = 26.48%
R=40.33%
G=33.20%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816313000.180.340.2229.1237.3664.31
HexC6A38201222161d2540
Octal30624320202242263545100
Binary11000110101000111000001001001010001010110111011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A382; }

 p { color: rgb(198,163,130); }

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

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

 a { background-color: rgb(198,163,130); }

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

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

 span { border-color: rgb(198,163,130); }

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