#C5AB8B

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

Shades of Rodeo Dust #C5AB8B

Tints of Rodeo Dust #C5AB8B

Color information

#C5AB8B (or 0xC5AB8B) is unknown color: approx Rodeo Dust. HEX triplet: C5, AB and 8B. RGB value is (197,171,139). Sum of RGB (Red+Green+Blue) = 197+171+139=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AB8B is #3A5474. Grayscale: #AFAFAF. Windows color (decimal): -3822709 or 9153477. OLE color: 9153477.

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

Color convert

RGB197171139-
CMYK00.130.290.23
HSL33.1º33.33%65.88%-
HSV(B)33.1º29.44%77.25%-
XYZ42.2542.8630.47-
YUV175.13107.61143.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.86%
GREEN value IS 171 (67.19% from 255) = 33.73%
BLUE value IS 139 (54.69% from 255) = 27.42%
R=38.86%
G=33.73%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717113900.130.290.2333.133.3365.88
HexC5AB8B0D1D17212142
Octal30525321301535274141102
Binary1100010110101011100010110110111101101111000011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AB8B; }

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

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

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

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

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

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

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

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