#C5A88A

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

Shades of Rodeo Dust #C5A88A

Tints of Rodeo Dust #C5A88A

Color information

#C5A88A (or 0xC5A88A) is unknown color: approx Rodeo Dust. HEX triplet: C5, A8 and 8A. RGB value is (197,168,138). Sum of RGB (Red+Green+Blue) = 197+168+138=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A88A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A88A is #3A5775. Grayscale: #ADADAD. Windows color (decimal): -3823478 or 9087173. OLE color: 9087173.

HSL color Cylindrical-coordinate representation of color #C5A88A: hue angle of 30.51º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5A88A is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB197168138-
CMYK00.150.300.23
HSL30.51º33.71%65.69%-
HSV(B)30.51º29.95%77.25%-
XYZ41.6241.7129.9-
YUV173.25108.11144.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.17%
GREEN value IS 168 (66.02% from 255) = 33.40%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=39.17%
G=33.40%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716813800.150.300.2330.5133.7165.69
HexC5A88A0F1E171f2242
Octal30525021201736273742102
Binary110001011010100010001010011111111010111111111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A88A; }

 p { color: rgb(197,168,138); }

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

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

 a { background-color: rgb(197,168,138); }

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

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

 span { border-color: rgb(197,168,138); }

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