#C7A689

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

Shades of Rodeo Dust #C7A689

Tints of Rodeo Dust #C7A689

Color information

#C7A689 (or 0xC7A689) is unknown color: approx Rodeo Dust. HEX triplet: C7, A6 and 89. RGB value is (199,166,137). Sum of RGB (Red+Green+Blue) = 199+166+137=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A689 is #385976. Grayscale: #ACACAC. Windows color (decimal): -3692919 or 9021127. OLE color: 9021127.

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

Color convert

RGB199166137-
CMYK00.170.310.22
HSL28.06º35.63%65.88%-
HSV(B)28.06º31.16%78.04%-
XYZ41.741.2229.43-
YUV172.56107.93146.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.64%
GREEN value IS 166 (65.23% from 255) = 33.07%
BLUE value IS 137 (53.91% from 255) = 27.29%
R=39.64%
G=33.07%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916613700.170.310.2228.0635.6365.88
HexC7A6890111F161c2442
Octal30724621102137263444102
Binary1100011110100110100010010100011111110110111001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A689; }

 p { color: rgb(199,166,137); }

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

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

 a { background-color: rgb(199,166,137); }

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

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

 span { border-color: rgb(199,166,137); }

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