#C7A98D

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

Shades of Rodeo Dust #C7A98D

Tints of Rodeo Dust #C7A98D

Color information

#C7A98D (or 0xC7A98D) is unknown color: approx Rodeo Dust. HEX triplet: C7, A9 and 8D. RGB value is (199,169,141). Sum of RGB (Red+Green+Blue) = 199+169+141=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A98D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A98D is #385672. Grayscale: #AEAEAE. Windows color (decimal): -3692147 or 9284039. OLE color: 9284039.

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

Color convert

RGB199169141-
CMYK00.150.290.22
HSL28.97º34.12%66.67%-
HSV(B)28.97º29.15%78.04%-
XYZ42.5542.4431.15-
YUV174.78108.94145.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.10%
GREEN value IS 169 (66.41% from 255) = 33.20%
BLUE value IS 141 (55.47% from 255) = 27.70%
R=39.10%
G=33.20%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916914100.150.290.2228.9734.1266.67
HexC7A98D0F1D161d2243
Octal30725121501735263542103
Binary110001111010100110001101011111110110110111011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A98D; }

 p { color: rgb(199,169,141); }

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

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

 a { background-color: rgb(199,169,141); }

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

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

 span { border-color: rgb(199,169,141); }

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