#C5BD80

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

Shades of Yuma #C5BD80

Tints of Yuma #C5BD80

Color information

#C5BD80 (or 0xC5BD80) is unknown color: approx Yuma. HEX triplet: C5, BD and 80. RGB value is (197,189,128). Sum of RGB (Red+Green+Blue) = 197+189+128=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BD80 is #3A427F. Grayscale: #B8B8B8. Windows color (decimal): -3818112 or 8437189. OLE color: 8437189.

HSL color Cylindrical-coordinate representation of color #C5BD80: hue angle of 53.04º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5BD80 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB197189128-
CMYK00.040.350.23
HSL53.04º37.3%63.73%-
HSV(B)53.04º35.03%77.25%-
XYZ45.1249.8227.66-
YUV184.4496.15136.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.33%
GREEN value IS 189 (74.22% from 255) = 36.77%
BLUE value IS 128 (50.39% from 255) = 24.90%
R=38.33%
G=36.77%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718912800.040.350.2353.0437.363.73
HexC5BD80042317352540
Octal3052752000443276545100
Binary1100010110111101100000000100100011101111101011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BD80; }

 p { color: rgb(197,189,128); }

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

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

 a { background-color: rgb(197,189,128); }

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

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

 span { border-color: rgb(197,189,128); }

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