#C7A086

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

Shades of Rodeo Dust #C7A086

Tints of Rodeo Dust #C7A086

Color information

#C7A086 (or 0xC7A086) is unknown color: approx Rodeo Dust. HEX triplet: C7, A0 and 86. RGB value is (199,160,134). Sum of RGB (Red+Green+Blue) = 199+160+134=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A086 is #385F79. Grayscale: #A8A8A8. Windows color (decimal): -3694458 or 8822983. OLE color: 8822983.

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

Color convert

RGB199160134-
CMYK00.200.330.22
HSL24º36.72%65.29%-
HSV(B)24º32.66%78.04%-
XYZ40.433927.95-
YUV168.7108.42149.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.37%
GREEN value IS 160 (62.89% from 255) = 32.45%
BLUE value IS 134 (52.73% from 255) = 27.18%
R=40.37%
G=32.45%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916013400.200.330.222436.7265.29
HexC7A0860142116182541
Octal30724020602441263045101
Binary11000111101000001000011001010010000110110110001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A086; }

 p { color: rgb(199,160,134); }

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

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

 a { background-color: rgb(199,160,134); }

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

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

 span { border-color: rgb(199,160,134); }

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