#C6A98F

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

Shades of Rodeo Dust #C6A98F

Tints of Rodeo Dust #C6A98F

Color information

#C6A98F (or 0xC6A98F) is unknown color: approx Rodeo Dust. HEX triplet: C6, A9 and 8F. RGB value is (198,169,143). Sum of RGB (Red+Green+Blue) = 198+169+143=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A98F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A98F is #395670. Grayscale: #AEAEAE. Windows color (decimal): -3757681 or 9415110. OLE color: 9415110.

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

Color convert

RGB198169143-
CMYK00.150.280.22
HSL28.36º32.54%66.86%-
HSV(B)28.36º27.78%77.65%-
XYZ42.4342.3631.93-
YUV174.71110.11144.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.82%
GREEN value IS 169 (66.41% from 255) = 33.14%
BLUE value IS 143 (56.25% from 255) = 28.04%
R=38.82%
G=33.14%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816914300.150.280.2228.3632.5466.86
HexC6A98F0F1C161c2143
Octal30625121701734263441103
Binary110001101010100110001111011111110010110111001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A98F; }

 p { color: rgb(198,169,143); }

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

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

 a { background-color: rgb(198,169,143); }

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

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

 span { border-color: rgb(198,169,143); }

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