#C7A47A

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

Shades of Rodeo Dust #C7A47A

Tints of Rodeo Dust #C7A47A

Color information

#C7A47A (or 0xC7A47A) is unknown color: approx Rodeo Dust. HEX triplet: C7, A4 and 7A. RGB value is (199,164,122). Sum of RGB (Red+Green+Blue) = 199+164+122=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A47A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A47A is #385B85. Grayscale: #A9A9A9. Windows color (decimal): -3693446 or 8037575. OLE color: 8037575.

HSL color Cylindrical-coordinate representation of color #C7A47A: hue angle of 32.73º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C7A47A is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB199164122-
CMYK00.180.390.22
HSL32.73º40.74%62.94%-
HSV(B)32.73º38.69%78.04%-
XYZ40.3440.124.03-
YUV169.68101.1148.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.03%
GREEN value IS 164 (64.45% from 255) = 33.81%
BLUE value IS 122 (48.05% from 255) = 25.15%
R=41.03%
G=33.81%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916412200.180.390.2232.7340.7462.94
HexC7A47A012271621293f
Octal3072441720224726415177
Binary1100011110100100111101001001010011110110100001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A47A; }

 p { color: rgb(199,164,122); }

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

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

 a { background-color: rgb(199,164,122); }

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

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

 span { border-color: rgb(199,164,122); }

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