#C6A781

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

Shades of Rodeo Dust #C6A781

Tints of Rodeo Dust #C6A781

Color information

#C6A781 (or 0xC6A781) is unknown color: approx Rodeo Dust. HEX triplet: C6, A7 and 81. RGB value is (198,167,129). Sum of RGB (Red+Green+Blue) = 198+167+129=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A781 is #39587E. Grayscale: #ACACAC. Windows color (decimal): -3758207 or 8497094. OLE color: 8497094.

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

Color convert

RGB198167129-
CMYK00.160.350.22
HSL33.04º37.7%64.12%-
HSV(B)33.04º34.85%77.65%-
XYZ41.0741.2326.56-
YUV171.94103.77146.59-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.08%
GREEN value IS 167 (65.62% from 255) = 33.81%
BLUE value IS 129 (50.78% from 255) = 26.11%
R=40.08%
G=33.81%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816712900.160.350.2233.0437.764.12
HexC6A7810102316212640
Octal30624720102043264146100
Binary110001101010011110000001010000100011101101000011001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A781; }

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

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

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

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

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

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

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

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