#C7AB82

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

Shades of Rodeo Dust #C7AB82

Tints of Rodeo Dust #C7AB82

Color information

#C7AB82 (or 0xC7AB82) is unknown color: approx Rodeo Dust. HEX triplet: C7, AB and 82. RGB value is (199,171,130). Sum of RGB (Red+Green+Blue) = 199+171+130=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AB82 is #38547D. Grayscale: #AEAEAE. Windows color (decimal): -3691646 or 8563655. OLE color: 8563655.

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

Color convert

RGB199171130-
CMYK00.140.350.22
HSL35.65º38.12%64.51%-
HSV(B)35.65º34.67%78.04%-
XYZ42.1542.8827.17-
YUV174.7102.78145.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.8%
GREEN value IS 171 (67.19% from 255) = 34.2%
BLUE value IS 130 (51.17% from 255) = 26%
R=39.8%
G=34.2%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917113000.140.350.2235.6538.1264.51
HexC7AB820E2316242641
Octal30725320201643264446101
Binary11000111101010111000001001110100011101101001001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AB82; }

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

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

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

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

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

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

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

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