#C7A284

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

Shades of Rodeo Dust #C7A284

Tints of Rodeo Dust #C7A284

Color information

#C7A284 (or 0xC7A284) is unknown color: approx Rodeo Dust. HEX triplet: C7, A2 and 84. RGB value is (199,162,132). Sum of RGB (Red+Green+Blue) = 199+162+132=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A284 is #385D7B. Grayscale: #A9A9A9. Windows color (decimal): -3693948 or 8692423. OLE color: 8692423.

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

Color convert

RGB199162132-
CMYK00.190.340.22
HSL26.87º37.43%64.9%-
HSV(B)26.87º33.67%78.04%-
XYZ40.6439.6527.34-
YUV169.64106.76148.94-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.37%
GREEN value IS 162 (63.67% from 255) = 32.86%
BLUE value IS 132 (51.95% from 255) = 26.77%
R=40.37%
G=32.86%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916213200.190.340.2226.8737.4364.9
HexC7A28401322161b2541
Octal30724220402342263345101
Binary11000111101000101000010001001110001010110110111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A284; }

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

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

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

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

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

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

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

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