#C7A289

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

Shades of Rodeo Dust #C7A289

Tints of Rodeo Dust #C7A289

Color information

#C7A289 (or 0xC7A289) is unknown color: approx Rodeo Dust. HEX triplet: C7, A2 and 89. RGB value is (199,162,137). Sum of RGB (Red+Green+Blue) = 199+162+137=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A289 is #385D76. Grayscale: #AAAAAA. Windows color (decimal): -3693943 or 9020103. OLE color: 9020103.

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

Color convert

RGB199162137-
CMYK00.190.310.22
HSL24.19º35.63%65.88%-
HSV(B)24.19º31.16%78.04%-
XYZ40.9939.7929.19-
YUV170.21109.26148.53-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.96%
GREEN value IS 162 (63.67% from 255) = 32.53%
BLUE value IS 137 (53.91% from 255) = 27.51%
R=39.96%
G=32.53%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916213700.190.310.2224.1935.6365.88
HexC7A2890131F16182442
Octal30724221102337263044102
Binary1100011110100010100010010100111111110110110001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A289; }

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

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

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

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

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

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

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

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