#C5B98A

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

Shades of Yuma #C5B98A

Tints of Yuma #C5B98A

Color information

#C5B98A (or 0xC5B98A) is unknown color: approx Yuma. HEX triplet: C5, B9 and 8A. RGB value is (197,185,138). Sum of RGB (Red+Green+Blue) = 197+185+138=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B98A is #3A4675. Grayscale: #B7B7B7. Windows color (decimal): -3819126 or 9091525. OLE color: 9091525.

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

Color convert

RGB197185138-
CMYK00.060.300.23
HSL47.8º33.71%65.69%-
HSV(B)47.8º29.95%77.25%-
XYZ44.9648.431.02-
YUV183.23102.48137.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.88%
GREEN value IS 185 (72.66% from 255) = 35.58%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=37.88%
G=35.58%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718513800.060.300.2347.833.7165.69
HexC5B98A061E17302242
Octal3052712120636276042102
Binary110001011011100110001010011011110101111100001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B98A; }

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

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

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

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

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

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

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

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