#C6A081

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

Shades of Rodeo Dust #C6A081

Tints of Rodeo Dust #C6A081

Color information

#C6A081 (or 0xC6A081) is unknown color: approx Rodeo Dust. HEX triplet: C6, A0 and 81. RGB value is (198,160,129). Sum of RGB (Red+Green+Blue) = 198+160+129=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A081 is #395F7E. Grayscale: #A7A7A7. Windows color (decimal): -3759999 or 8495302. OLE color: 8495302.

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

Color convert

RGB198160129-
CMYK00.190.350.22
HSL26.96º37.7%64.12%-
HSV(B)26.96º34.85%77.65%-
XYZ39.8238.7326.15-
YUV167.83106.09149.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.66%
GREEN value IS 160 (62.89% from 255) = 32.85%
BLUE value IS 129 (50.78% from 255) = 26.49%
R=40.66%
G=32.85%
B=26.49%

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
Decimal19816012900.190.350.2226.9637.764.12
HexC6A08101323161b2640
Octal30624020102343263346100
Binary11000110101000001000000101001110001110110110111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A081; }

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

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

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

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

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

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

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

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