#C5B680

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

Shades of Yuma #C5B680

Tints of Yuma #C5B680

Color information

#C5B680 (or 0xC5B680) is unknown color: approx Yuma. HEX triplet: C5, B6 and 80. RGB value is (197,182,128). Sum of RGB (Red+Green+Blue) = 197+182+128=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B680 is #3A497F. Grayscale: #B4B4B4. Windows color (decimal): -3819904 or 8435397. OLE color: 8435397.

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

Color convert

RGB197182128-
CMYK00.080.350.23
HSL46.96º37.3%63.73%-
HSV(B)46.96º35.03%77.25%-
XYZ43.6546.8827.17-
YUV180.3398.47139.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.86%
GREEN value IS 182 (71.48% from 255) = 35.90%
BLUE value IS 128 (50.39% from 255) = 25.25%
R=38.86%
G=35.90%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718212800.080.350.2346.9637.363.73
HexC5B6800823172f2540
Octal30526620001043275745100
Binary11000101101101101000000001000100011101111011111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B680; }

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

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

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

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

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

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

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

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