#C5BB79

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

Shades of Yuma #C5BB79

Tints of Yuma #C5BB79

Color information

#C5BB79 (or 0xC5BB79) is unknown color: approx Yuma. HEX triplet: C5, BB and 79. RGB value is (197,187,121). Sum of RGB (Red+Green+Blue) = 197+187+121=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BB79 is #3A4486. Grayscale: #B6B6B6. Windows color (decimal): -3818631 or 7977925. OLE color: 7977925.

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

Color convert

RGB197187121-
CMYK00.050.390.23
HSL52.11º39.58%62.35%-
HSV(B)52.11º38.58%77.25%-
XYZ44.2548.7925.17-
YUV182.4793.31138.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.01%
GREEN value IS 187 (73.44% from 255) = 37.03%
BLUE value IS 121 (47.66% from 255) = 23.96%
R=39.01%
G=37.03%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718712100.050.390.2352.1139.5862.35
HexC5BB7905271734283e
Octal305273171054727645076
Binary11000101101110111111001010110011110111110100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BB79; }

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

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

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

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

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

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

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

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