#C5AB8E

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

Shades of Rodeo Dust #C5AB8E

Tints of Rodeo Dust #C5AB8E

Color information

#C5AB8E (or 0xC5AB8E) is unknown color: approx Rodeo Dust. HEX triplet: C5, AB and 8E. RGB value is (197,171,142). Sum of RGB (Red+Green+Blue) = 197+171+142=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AB8E is #3A5471. Grayscale: #AFAFAF. Windows color (decimal): -3822706 or 9350085. OLE color: 9350085.

HSL color Cylindrical-coordinate representation of color #C5AB8E: hue angle of 31.64º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5AB8E is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB197171142-
CMYK00.130.280.23
HSL31.64º32.16%66.47%-
HSV(B)31.64º27.92%77.25%-
XYZ42.4742.9531.64-
YUV175.47109.11143.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.63%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 142 (55.86% from 255) = 27.84%
R=38.63%
G=33.53%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717114200.130.280.2331.6432.1666.47
HexC5AB8E0D1C17202042
Octal30525321601534274040102
Binary1100010110101011100011100110111100101111000001000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AB8E; }

 p { color: rgb(197,171,142); }

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

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

 a { background-color: rgb(197,171,142); }

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

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

 span { border-color: rgb(197,171,142); }

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