#C7AB84

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

Shades of Rodeo Dust #C7AB84

Tints of Rodeo Dust #C7AB84

Color information

#C7AB84 (or 0xC7AB84) is unknown color: approx Rodeo Dust. HEX triplet: C7, AB and 84. RGB value is (199,171,132). Sum of RGB (Red+Green+Blue) = 199+171+132=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AB84 is #38547B. Grayscale: #AFAFAF. Windows color (decimal): -3691644 or 8694727. OLE color: 8694727.

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

Color convert

RGB199171132-
CMYK00.140.340.22
HSL34.93º37.43%64.9%-
HSV(B)34.93º33.67%78.04%-
XYZ42.2842.9327.89-
YUV174.93103.78145.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.64%
GREEN value IS 171 (67.19% from 255) = 34.06%
BLUE value IS 132 (51.95% from 255) = 26.29%
R=39.64%
G=34.06%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917113200.140.340.2234.9337.4364.9
HexC7AB840E2216232541
Octal30725320401642264345101
Binary11000111101010111000010001110100010101101000111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AB84; }

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

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

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

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

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

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

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

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