#C5AB84

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

Shades of Rodeo Dust #C5AB84

Tints of Rodeo Dust #C5AB84

Color information

#C5AB84 (or 0xC5AB84) is unknown color: approx Rodeo Dust. HEX triplet: C5, AB and 84. RGB value is (197,171,132). Sum of RGB (Red+Green+Blue) = 197+171+132=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AB84 is #3A547B. Grayscale: #AEAEAE. Windows color (decimal): -3822716 or 8694725. OLE color: 8694725.

HSL color Cylindrical-coordinate representation of color #C5AB84: hue angle of 36º 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 #C5AB84 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB197171132-
CMYK00.130.330.23
HSL36º35.91%64.51%-
HSV(B)36º32.99%77.25%-
XYZ41.7542.6627.86-
YUV174.33104.11144.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.4%
GREEN value IS 171 (67.19% from 255) = 34.2%
BLUE value IS 132 (51.95% from 255) = 26.4%
R=39.4%
G=34.2%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717113200.130.330.233635.9164.51
HexC5AB840D2117242441
Octal30525320401541274444101
Binary11000101101010111000010001101100001101111001001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AB84; }

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

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

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

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

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

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

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

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