#C7A082

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

Shades of Rodeo Dust #C7A082

Tints of Rodeo Dust #C7A082

Color information

#C7A082 (or 0xC7A082) is unknown color: approx Rodeo Dust. HEX triplet: C7, A0 and 82. RGB value is (199,160,130). Sum of RGB (Red+Green+Blue) = 199+160+130=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A082 is #385F7D. Grayscale: #A8A8A8. Windows color (decimal): -3694462 or 8560839. OLE color: 8560839.

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

Color convert

RGB199160130-
CMYK00.200.350.22
HSL26.09º38.12%64.51%-
HSV(B)26.09º34.67%78.04%-
XYZ40.1538.926.51-
YUV168.24106.42149.94-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.70%
GREEN value IS 160 (62.89% from 255) = 32.72%
BLUE value IS 130 (51.17% from 255) = 26.58%
R=40.70%
G=32.72%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916013000.200.350.2226.0938.1264.51
HexC7A08201423161a2641
Octal30724020202443263246101
Binary11000111101000001000001001010010001110110110101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A082; }

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

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

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

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

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

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

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

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