#C6A083

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

Shades of Rodeo Dust #C6A083

Tints of Rodeo Dust #C6A083

Color information

#C6A083 (or 0xC6A083) is unknown color: approx Rodeo Dust. HEX triplet: C6, A0 and 83. RGB value is (198,160,131). Sum of RGB (Red+Green+Blue) = 198+160+131=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A083 is #395F7C. Grayscale: #A8A8A8. Windows color (decimal): -3759997 or 8626374. OLE color: 8626374.

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

Color convert

RGB198160131-
CMYK00.190.340.22
HSL25.97º37.02%64.51%-
HSV(B)25.97º33.84%77.65%-
XYZ39.9638.7926.85-
YUV168.06107.09149.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.49%
GREEN value IS 160 (62.89% from 255) = 32.72%
BLUE value IS 131 (51.56% from 255) = 26.79%
R=40.49%
G=32.72%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816013100.190.340.2225.9737.0264.51
HexC6A08301322161a2541
Octal30624020302342263245101
Binary11000110101000001000001101001110001010110110101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A083; }

 p { color: rgb(198,160,131); }

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

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

 a { background-color: rgb(198,160,131); }

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

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

 span { border-color: rgb(198,160,131); }

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