#C7A181

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

Shades of Rodeo Dust #C7A181

Tints of Rodeo Dust #C7A181

Color information

#C7A181 (or 0xC7A181) is unknown color: approx Rodeo Dust. HEX triplet: C7, A1 and 81. RGB value is (199,161,129). Sum of RGB (Red+Green+Blue) = 199+161+129=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A181 is #385E7E. Grayscale: #A8A8A8. Windows color (decimal): -3694207 or 8495559. OLE color: 8495559.

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

Color convert

RGB199161129-
CMYK00.190.350.22
HSL27.43º38.46%64.31%-
HSV(B)27.43º35.18%78.04%-
XYZ40.2639.2226.22-
YUV168.71105.59149.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.70%
GREEN value IS 161 (63.28% from 255) = 32.92%
BLUE value IS 129 (50.78% from 255) = 26.38%
R=40.70%
G=32.92%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916112900.190.350.2227.4338.4664.31
HexC7A18101323161b2640
Octal30724120102343263346100
Binary11000111101000011000000101001110001110110110111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A181; }

 p { color: rgb(199,161,129); }

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

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

 a { background-color: rgb(199,161,129); }

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

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

 span { border-color: rgb(199,161,129); }

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