#C7A285

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

Shades of Rodeo Dust #C7A285

Tints of Rodeo Dust #C7A285

Color information

#C7A285 (or 0xC7A285) is unknown color: approx Rodeo Dust. HEX triplet: C7, A2 and 85. RGB value is (199,162,133). Sum of RGB (Red+Green+Blue) = 199+162+133=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A285 is #385D7A. Grayscale: #A9A9A9. Windows color (decimal): -3693947 or 8757959. OLE color: 8757959.

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

Color convert

RGB199162133-
CMYK00.190.330.22
HSL26.36º37.08%65.1%-
HSV(B)26.36º33.17%78.04%-
XYZ40.7139.6827.7-
YUV169.76107.26148.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.28%
GREEN value IS 162 (63.67% from 255) = 32.79%
BLUE value IS 133 (52.34% from 255) = 26.92%
R=40.28%
G=32.79%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916213300.190.330.2226.3637.0865.1
HexC7A28501321161a2541
Octal30724220502341263245101
Binary11000111101000101000010101001110000110110110101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A285; }

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

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

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

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

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

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

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

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