#C7A382

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

Shades of Rodeo Dust #C7A382

Tints of Rodeo Dust #C7A382

Color information

#C7A382 (or 0xC7A382) is unknown color: approx Rodeo Dust. HEX triplet: C7, A3 and 82. RGB value is (199,163,130). Sum of RGB (Red+Green+Blue) = 199+163+130=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A382 is #385C7D. Grayscale: #AAAAAA. Windows color (decimal): -3693694 or 8561607. OLE color: 8561607.

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

Color convert

RGB199163130-
CMYK00.180.350.22
HSL28.7º38.12%64.51%-
HSV(B)28.7º34.67%78.04%-
XYZ40.6839.9526.69-
YUV170105.43148.68-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.45%
GREEN value IS 163 (64.06% from 255) = 33.13%
BLUE value IS 130 (51.17% from 255) = 26.42%
R=40.45%
G=33.13%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916313000.180.350.2228.738.1264.51
HexC7A38201223161d2641
Octal30724320202243263546101
Binary11000111101000111000001001001010001110110111011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A382; }

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

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

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

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

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

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

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

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