#C5B879

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

Shades of Yuma #C5B879

Tints of Yuma #C5B879

Color information

#C5B879 (or 0xC5B879) is unknown color: approx Yuma. HEX triplet: C5, B8 and 79. RGB value is (197,184,121). Sum of RGB (Red+Green+Blue) = 197+184+121=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B879 is #3A4786. Grayscale: #B4B4B4. Windows color (decimal): -3819399 or 7977157. OLE color: 7977157.

HSL color Cylindrical-coordinate representation of color #C5B879: hue angle of 49.74º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C5B879 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB197184121-
CMYK00.070.390.23
HSL49.74º39.58%62.35%-
HSV(B)49.74º38.58%77.25%-
XYZ43.6247.5324.96-
YUV180.794.31139.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.24%
GREEN value IS 184 (72.27% from 255) = 36.65%
BLUE value IS 121 (47.66% from 255) = 24.10%
R=39.24%
G=36.65%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718412100.070.390.2349.7439.5862.35
HexC5B87907271732283e
Octal305270171074727625076
Binary11000101101110001111001011110011110111110010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B879; }

 p { color: rgb(197,184,121); }

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

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

 a { background-color: rgb(197,184,121); }

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

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

 span { border-color: rgb(197,184,121); }

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