#C5A98D

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

Shades of Rodeo Dust #C5A98D

Tints of Rodeo Dust #C5A98D

Color information

#C5A98D (or 0xC5A98D) is unknown color: approx Rodeo Dust. HEX triplet: C5, A9 and 8D. RGB value is (197,169,141). Sum of RGB (Red+Green+Blue) = 197+169+141=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A98D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A98D is #3A5672. Grayscale: #AEAEAE. Windows color (decimal): -3823219 or 9284037. OLE color: 9284037.

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

Color convert

RGB197169141-
CMYK00.140.280.23
HSL30º32.56%66.27%-
HSV(B)30º28.43%77.25%-
XYZ42.0242.1731.12-
YUV174.18109.28144.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.86%
GREEN value IS 169 (66.41% from 255) = 33.33%
BLUE value IS 141 (55.47% from 255) = 27.81%
R=38.86%
G=33.33%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716914100.140.280.233032.5666.27
HexC5A98D0E1C171e2142
Octal30525121501634273641102
Binary110001011010100110001101011101110010111111101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A98D; }

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

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

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

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

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

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

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

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