#C5A284

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

Shades of Rodeo Dust #C5A284

Tints of Rodeo Dust #C5A284

Color information

#C5A284 (or 0xC5A284) is unknown color: approx Rodeo Dust. HEX triplet: C5, A2 and 84. RGB value is (197,162,132). Sum of RGB (Red+Green+Blue) = 197+162+132=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A284 is #3A5D7B. Grayscale: #A9A9A9. Windows color (decimal): -3825020 or 8692421. OLE color: 8692421.

HSL color Cylindrical-coordinate representation of color #C5A284: hue angle of 27.69º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5A284 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB197162132-
CMYK00.180.330.23
HSL27.69º35.91%64.51%-
HSV(B)27.69º32.99%77.25%-
XYZ40.1139.3827.32-
YUV169.04107.1147.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.12%
GREEN value IS 162 (63.67% from 255) = 32.99%
BLUE value IS 132 (51.95% from 255) = 26.88%
R=40.12%
G=32.99%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716213200.180.330.2327.6935.9164.51
HexC5A28401221171c2441
Octal30524220402241273444101
Binary11000101101000101000010001001010000110111111001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A284; }

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

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

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

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

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

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

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

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