#C6A78D

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

Shades of Rodeo Dust #C6A78D

Tints of Rodeo Dust #C6A78D

Color information

#C6A78D (or 0xC6A78D) is unknown color: approx Rodeo Dust. HEX triplet: C6, A7 and 8D. RGB value is (198,167,141). Sum of RGB (Red+Green+Blue) = 198+167+141=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A78D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A78D is #395872. Grayscale: #ADADAD. Windows color (decimal): -3758195 or 9283526. OLE color: 9283526.

HSL color Cylindrical-coordinate representation of color #C6A78D: hue angle of 27.37º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6A78D is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB198167141-
CMYK00.160.290.22
HSL27.37º33.33%66.47%-
HSV(B)27.37º28.79%77.65%-
XYZ41.9241.5731.01-
YUV173.3109.77145.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.13%
GREEN value IS 167 (65.62% from 255) = 33.00%
BLUE value IS 141 (55.47% from 255) = 27.87%
R=39.13%
G=33.00%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816714100.160.290.2227.3733.3366.47
HexC6A78D0101D161b2142
Octal30624721502035263341102
Binary1100011010100111100011010100001110110110110111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A78D; }

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

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

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

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

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

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

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

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