#C5B877

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

Shades of Yuma #C5B877

Tints of Yuma #C5B877

Color information

#C5B877 (or 0xC5B877) is unknown color: approx Yuma. HEX triplet: C5, B8 and 77. RGB value is (197,184,119). Sum of RGB (Red+Green+Blue) = 197+184+119=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B877 is #3A4788. Grayscale: #B4B4B4. Windows color (decimal): -3819401 or 7846085. OLE color: 7846085.

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

Color convert

RGB197184119-
CMYK00.070.400.23
HSL50º40.21%61.96%-
HSV(B)50º39.59%77.25%-
XYZ43.547.4824.33-
YUV180.4893.31139.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.4%
GREEN value IS 184 (72.27% from 255) = 36.8%
BLUE value IS 119 (46.88% from 255) = 23.8%
R=39.4%
G=36.8%
B=23.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718411900.070.400.235040.2161.96
HexC5B87707281732283e
Octal305270167075027625076
Binary11000101101110001110111011110100010111110010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B877; }

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

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

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

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

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

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

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

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