#C5A988

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

Shades of Rodeo Dust #C5A988

Tints of Rodeo Dust #C5A988

Color information

#C5A988 (or 0xC5A988) is unknown color: approx Rodeo Dust. HEX triplet: C5, A9 and 88. RGB value is (197,169,136). Sum of RGB (Red+Green+Blue) = 197+169+136=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A988 is #3A5677. Grayscale: #ADADAD. Windows color (decimal): -3823224 or 8956357. OLE color: 8956357.

HSL color Cylindrical-coordinate representation of color #C5A988: hue angle of 32.46º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5A988 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB197169136-
CMYK00.140.310.23
HSL32.46º34.46%65.29%-
HSV(B)32.46º30.96%77.25%-
XYZ41.6642.0229.21-
YUV173.61106.78144.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.24%
GREEN value IS 169 (66.41% from 255) = 33.67%
BLUE value IS 136 (53.52% from 255) = 27.09%
R=39.24%
G=33.67%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716913600.140.310.2332.4634.4665.29
HexC5A9880E1F17202241
Octal30525121001637274042101
Binary1100010110101001100010000111011111101111000001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A988; }

 p { color: rgb(197,169,136); }

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

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

 a { background-color: rgb(197,169,136); }

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

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

 span { border-color: rgb(197,169,136); }

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