#C5B876

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

Shades of Yuma #C5B876

Tints of Yuma #C5B876

Color information

#C5B876 (or 0xC5B876) is unknown color: approx Yuma. HEX triplet: C5, B8 and 76. RGB value is (197,184,118). Sum of RGB (Red+Green+Blue) = 197+184+118=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B876 is #3A4789. Grayscale: #B4B4B4. Windows color (decimal): -3819402 or 7780549. OLE color: 7780549.

HSL color Cylindrical-coordinate representation of color #C5B876: hue angle of 50.13º degrees, saturation: 0.41, 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 #C5B876 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB197184118-
CMYK00.070.400.23
HSL50.13º40.51%61.76%-
HSV(B)50.13º40.1%77.25%-
XYZ43.4447.4624.01-
YUV180.3692.81139.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.48%
GREEN value IS 184 (72.27% from 255) = 36.87%
BLUE value IS 118 (46.48% from 255) = 23.65%
R=39.48%
G=36.87%
B=23.65%

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
Decimal19718411800.070.400.2350.1340.5161.76
HexC5B87607281732293e
Octal305270166075027625176
Binary11000101101110001110110011110100010111110010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B876; }

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

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

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

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

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

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

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

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