#C5A98B

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

Shades of Rodeo Dust #C5A98B

Tints of Rodeo Dust #C5A98B

Color information

#C5A98B (or 0xC5A98B) is unknown color: approx Rodeo Dust. HEX triplet: C5, A9 and 8B. RGB value is (197,169,139). Sum of RGB (Red+Green+Blue) = 197+169+139=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A98B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A98B is #3A5674. Grayscale: #AEAEAE. Windows color (decimal): -3823221 or 9152965. OLE color: 9152965.

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

Color convert

RGB197169139-
CMYK00.140.290.23
HSL31.03º33.33%65.88%-
HSV(B)31.03º29.44%77.25%-
XYZ41.8742.1130.35-
YUV173.95108.28144.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.01%
GREEN value IS 169 (66.41% from 255) = 33.47%
BLUE value IS 139 (54.69% from 255) = 27.52%
R=39.01%
G=33.47%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716913900.140.290.2331.0333.3365.88
HexC5A98B0E1D171f2142
Octal30525121301635273741102
Binary110001011010100110001011011101110110111111111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A98B; }

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

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

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

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

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

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

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

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