#C7A17A

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

Shades of Rodeo Dust #C7A17A

Tints of Rodeo Dust #C7A17A

Color information

#C7A17A (or 0xC7A17A) is unknown color: approx Rodeo Dust. HEX triplet: C7, A1 and 7A. RGB value is (199,161,122). Sum of RGB (Red+Green+Blue) = 199+161+122=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A17A is #385E85. Grayscale: #A8A8A8. Windows color (decimal): -3694214 or 8036807. OLE color: 8036807.

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

Color convert

RGB199161122-
CMYK00.190.390.22
HSL30.39º40.74%62.94%-
HSV(B)30.39º38.69%78.04%-
XYZ39.8139.0423.85-
YUV167.92102.09150.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.29%
GREEN value IS 161 (63.28% from 255) = 33.40%
BLUE value IS 122 (48.05% from 255) = 25.31%
R=41.29%
G=33.40%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916112200.190.390.2230.3940.7462.94
HexC7A17A01327161e293f
Octal3072411720234726365177
Binary110001111010000111110100100111001111011011110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A17A; }

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

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

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

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

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

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

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

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