#C5A694

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

Shades of Rodeo Dust #C5A694

Tints of Rodeo Dust #C5A694

Color information

#C5A694 (or 0xC5A694) is unknown color: approx Rodeo Dust. HEX triplet: C5, A6 and 94. RGB value is (197,166,148). Sum of RGB (Red+Green+Blue) = 197+166+148=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A694 is #3A596B. Grayscale: #ADADAD. Windows color (decimal): -3823980 or 9742021. OLE color: 9742021.

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

Color convert

RGB197166148-
CMYK00.160.250.23
HSL22.04º29.7%67.65%-
HSV(B)22.04º24.87%77.25%-
XYZ42.0141.2833.77-
YUV173.22113.77144.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.55%
GREEN value IS 166 (65.23% from 255) = 32.49%
BLUE value IS 148 (58.20% from 255) = 28.96%
R=38.55%
G=32.49%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716614800.160.250.2322.0429.767.65
HexC5A6940101917161e44
Octal30524622402031272636104
Binary110001011010011010010100010000110011011110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A694; }

 p { color: rgb(197,166,148); }

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

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

 a { background-color: rgb(197,166,148); }

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

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

 span { border-color: rgb(197,166,148); }

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