#C7A282

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

Shades of Rodeo Dust #C7A282

Tints of Rodeo Dust #C7A282

Color information

#C7A282 (or 0xC7A282) is unknown color: approx Rodeo Dust. HEX triplet: C7, A2 and 82. RGB value is (199,162,130). Sum of RGB (Red+Green+Blue) = 199+162+130=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A282 is #385D7D. Grayscale: #A9A9A9. Windows color (decimal): -3693950 or 8561351. OLE color: 8561351.

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

Color convert

RGB199162130-
CMYK00.190.350.22
HSL27.83º38.12%64.51%-
HSV(B)27.83º34.67%78.04%-
XYZ40.539.5926.63-
YUV169.42105.76149.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.53%
GREEN value IS 162 (63.67% from 255) = 32.99%
BLUE value IS 130 (51.17% from 255) = 26.48%
R=40.53%
G=32.99%
B=26.48%

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
Decimal19916213000.190.350.2227.8338.1264.51
HexC7A28201323161c2641
Octal30724220202343263446101
Binary11000111101000101000001001001110001110110111001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A282; }

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

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

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

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

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

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

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

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