#C5A793

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

Shades of Rodeo Dust #C5A793

Tints of Rodeo Dust #C5A793

Color information

#C5A793 (or 0xC5A793) is unknown color: approx Rodeo Dust. HEX triplet: C5, A7 and 93. RGB value is (197,167,147). Sum of RGB (Red+Green+Blue) = 197+167+147=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A793 is #3A586C. Grayscale: #ADADAD. Windows color (decimal): -3823725 or 9676741. OLE color: 9676741.

HSL color Cylindrical-coordinate representation of color #C5A793: hue angle of 24º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5A793 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB197167147-
CMYK00.150.250.23
HSL24º30.12%67.45%-
HSV(B)24º25.38%77.25%-
XYZ42.1141.6133.42-
YUV173.69112.94144.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.55%
GREEN value IS 167 (65.62% from 255) = 32.68%
BLUE value IS 147 (57.81% from 255) = 28.77%
R=38.55%
G=32.68%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716714700.150.250.232430.1267.45
HexC5A7930F1917181e43
Octal30524722301731273036103
Binary11000101101001111001001101111110011011111000111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A793; }

 p { color: rgb(197,167,147); }

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

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

 a { background-color: rgb(197,167,147); }

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

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

 span { border-color: rgb(197,167,147); }

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