#C5B687

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

Shades of Yuma #C5B687

Tints of Yuma #C5B687

Color information

#C5B687 (or 0xC5B687) is unknown color: approx Yuma. HEX triplet: C5, B6 and 87. RGB value is (197,182,135). Sum of RGB (Red+Green+Blue) = 197+182+135=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 135 (53.12% from 255 or 26.26% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B687 is #3A4978. Grayscale: #B5B5B5. Windows color (decimal): -3819897 or 8894149. OLE color: 8894149.

HSL color Cylindrical-coordinate representation of color #C5B687: hue angle of 45.48º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5B687 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB197182135-
CMYK00.080.310.23
HSL45.48º34.83%65.1%-
HSV(B)45.48º31.47%77.25%-
XYZ44.1347.0829.68-
YUV181.13101.97139.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.33%
GREEN value IS 182 (71.48% from 255) = 35.41%
BLUE value IS 135 (53.12% from 255) = 26.26%
R=38.33%
G=35.41%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718213500.080.310.2345.4834.8365.1
HexC5B687081F172d2341
Octal30526620701037275543101
Binary1100010110110110100001110100011111101111011011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B687; }

 p { color: rgb(197,182,135); }

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

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

 a { background-color: rgb(197,182,135); }

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

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

 span { border-color: rgb(197,182,135); }

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