#C5B658

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

Shades of Tacha #C5B658

Tints of Tacha #C5B658

Color information

#C5B658 (or 0xC5B658) is unknown color: approx Tacha. HEX triplet: C5, B6 and 58. RGB value is (197,182,88). Sum of RGB (Red+Green+Blue) = 197+182+88=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B658 is #3A49A7. Grayscale: #B0B0B0. Windows color (decimal): -3819944 or 5813957. OLE color: 5813957.

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

Color convert

RGB19718288-
CMYK00.080.550.23
HSL51.74º48.44%55.88%-
HSV(B)51.74º55.33%77.25%-
XYZ41.5246.0315.93-
YUV175.7778.47143.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.18%
GREEN value IS 182 (71.48% from 255) = 38.97%
BLUE value IS 88 (34.77% from 255) = 18.84%
R=42.18%
G=38.97%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971828800.080.550.2351.7448.4455.88
HexC5B658083717343038
Octal3052661300106727646070
Binary110001011011011010110000100011011110111110100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B658; }

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

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

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

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

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

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

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

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