#C6A181

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

Shades of Rodeo Dust #C6A181

Tints of Rodeo Dust #C6A181

Color information

#C6A181 (or 0xC6A181) is unknown color: approx Rodeo Dust. HEX triplet: C6, A1 and 81. RGB value is (198,161,129). Sum of RGB (Red+Green+Blue) = 198+161+129=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A181 is #395E7E. Grayscale: #A8A8A8. Windows color (decimal): -3759743 or 8495558. OLE color: 8495558.

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

Color convert

RGB198161129-
CMYK00.190.350.22
HSL27.83º37.7%64.12%-
HSV(B)27.83º34.85%77.65%-
XYZ4039.0826.2-
YUV168.42105.76149.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.57%
GREEN value IS 161 (63.28% from 255) = 32.99%
BLUE value IS 129 (50.78% from 255) = 26.43%
R=40.57%
G=32.99%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816112900.190.350.2227.8337.764.12
HexC6A18101323161c2640
Octal30624120102343263446100
Binary11000110101000011000000101001110001110110111001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A181; }

 p { color: rgb(198,161,129); }

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

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

 a { background-color: rgb(198,161,129); }

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

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

 span { border-color: rgb(198,161,129); }

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