#C7A98E

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

Shades of Rodeo Dust #C7A98E

Tints of Rodeo Dust #C7A98E

Color information

#C7A98E (or 0xC7A98E) is unknown color: approx Rodeo Dust. HEX triplet: C7, A9 and 8E. RGB value is (199,169,142). Sum of RGB (Red+Green+Blue) = 199+169+142=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A98E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A98E is #385671. Grayscale: #AFAFAF. Windows color (decimal): -3692146 or 9349575. OLE color: 9349575.

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

Color convert

RGB199169142-
CMYK00.150.290.22
HSL28.42º33.73%66.86%-
HSV(B)28.42º28.64%78.04%-
XYZ42.6242.4731.54-
YUV174.89109.44145.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.02%
GREEN value IS 169 (66.41% from 255) = 33.14%
BLUE value IS 142 (55.86% from 255) = 27.84%
R=39.02%
G=33.14%
B=27.84%

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
Decimal19916914200.150.290.2228.4233.7366.86
HexC7A98E0F1D161c2243
Octal30725121601735263442103
Binary110001111010100110001110011111110110110111001000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A98E; }

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

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

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

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

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

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

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

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