#C6A180

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

Shades of Rodeo Dust #C6A180

Tints of Rodeo Dust #C6A180

Color information

#C6A180 (or 0xC6A180) is unknown color: approx Rodeo Dust. HEX triplet: C6, A1 and 80. RGB value is (198,161,128). Sum of RGB (Red+Green+Blue) = 198+161+128=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A180 is #395E7F. Grayscale: #A8A8A8. Windows color (decimal): -3759744 or 8430022. OLE color: 8430022.

HSL color Cylindrical-coordinate representation of color #C6A180: hue angle of 28.29º 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 #C6A180 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB198161128-
CMYK00.190.350.22
HSL28.29º38.04%63.92%-
HSV(B)28.29º35.35%77.65%-
XYZ39.9339.0525.86-
YUV168.3105.26149.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.66%
GREEN value IS 161 (63.28% from 255) = 33.06%
BLUE value IS 128 (50.39% from 255) = 26.28%
R=40.66%
G=33.06%
B=26.28%

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
Decimal19816112800.190.350.2228.2938.0463.92
HexC6A18001323161c2640
Octal30624120002343263446100
Binary11000110101000011000000001001110001110110111001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A180; }

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

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

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

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

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

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

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

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