#C5BA76

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

Shades of Yuma #C5BA76

Tints of Yuma #C5BA76

Color information

#C5BA76 (or 0xC5BA76) is unknown color: approx Yuma. HEX triplet: C5, BA and 76. RGB value is (197,186,118). Sum of RGB (Red+Green+Blue) = 197+186+118=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BA76 is #3A4589. Grayscale: #B5B5B5. Windows color (decimal): -3818890 or 7781061. OLE color: 7781061.

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

Color convert

RGB197186118-
CMYK00.060.400.23
HSL51.65º40.51%61.76%-
HSV(B)51.65º40.1%77.25%-
XYZ43.8548.324.15-
YUV181.5492.14139.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.32%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 118 (46.48% from 255) = 23.55%
R=39.32%
G=37.13%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718611800.060.400.2351.6540.5161.76
HexC5BA7606281734293e
Octal305272166065027645176
Binary11000101101110101110110011010100010111110100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BA76; }

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

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

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

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

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

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

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

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